summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-07-13xkb: updated configure.ac/Makefile.amChristoph Reimann1-0/+2
2010-04-09Release libxcb 1.61.6Julien Danjou1-1/+1
2009-12-11configure.ac: Fix a typo on the last commit.Jeremy Huddleston1-1/+1
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-12-11darwin: xnu doesn't support poll on ttys on the master side.Jeremy Huddleston1-3/+2
<rdar://problem/7360546> Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-12-05DRI2 extension requires xcb-proto 1.6 or newerRémi Cardona1-1/+1
Signed-off-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Julien Danjou <julien@danjou.info>
2009-12-03Release libxcb 1.51.5Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-10-19Add DRI2 support. (v2)Eric Anholt1-0/+2
v2: Build fix from jcristau.
2009-07-15Release libxcb 1.41.4Arnaud Fontaine1-1/+1
2009-05-29Release libxcb 1.31.3Julien Danjou1-1/+1
2009-05-25Store xcbproto version libxcb was compiled withBob Ham1-0/+4
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-05-09depends on recent xcb-proto and bump version of randrJulien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-04-09darwin: Don't use poll() on versions of darwin before darwin10Jeremy Huddleston1-1/+8
2009-03-30use poll() instead of select() when availableMichael Ost1-0/+2
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-02-17Release libxcb 1.21.2Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-12-11Release libxcb 1.1.931.1.93Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-11-23Apple: Apple launchd cleanupJeremy Huddleston1-0/+9
Added --with-launchd option instead of just using __APPLE__ Fixed opening launchd fd when displayname=NULL
2008-11-04Release libxcb 1.1.921.1.92Julien Danjou1-1/+1
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-10-29Remove libxcb-xlib and xcbxlib.h.Jamey Sharp1-3/+0
2008-10-14build: fix configure.ac AC_DEFINEJulien Danjou1-7/+6
Rather use AC_DEFINE_UNQUOTED and only once. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-10-14allow compile-time setting for XCB queue buffer sizeJulien Danjou1-0/+11
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-10-08Remove duplicate XCB_EXTENSION calls for Composite extensionJosh Triplett1-2/+0
2008-09-09Add support for the abstract socket namespace under LinuxJulien Cristau1-0/+6
Based on same in Xtrans. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-08-31factorize m4 macros and add one to set X extensionsVincent Torri1-53/+68
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-07-17Bump to 1.1.91.1.1.911.1.90.1Peter Hutterer1-1/+1
2008-07-07fix FreeBSD supportPetr Salinger1-0/+8
The GNU/kFreeBSD (and BSDs in general) have a different layout of struct sockaddr, sockaddr_in, sockaddr_un ... The first member do not have to be "sa_family", they also have "sa_len" field. Signed-off-by: Julien Danjou <julien@danjou.info>
2008-05-29Bump to 1.1.90.Peter Hutterer1-1/+1
2008-04-23Use the python install path from xcb-xproto.pc to locate the xcbgen package.Eamon Walsh1-0/+6
2008-04-19Add Python parser C language-dependent part.Eamon Walsh1-0/+2
2008-01-24Add SELinux extension support, disabled by default.Eamon Walsh1-1/+3
2008-01-24Add XInput extension support, disabled by default.Eamon Walsh1-1/+3
2007-12-07Generated the configure.ac and Makefile.am's in libxcb with the idea ofEamon Walsh1-0/+42
making each extension library individually selectable for build. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
2007-11-04Release libxcb 1.11.1Jamey Sharp1-2/+2
2007-06-06Print backtraces in case an assert fails inside xlib/xcb.Christoph Pfister1-0/+2
As you know there are some nasty libs / apps doing locking incorrectly. In order to improve the information given to the user when he encounters such a situation (people don't run apps in gdb normally) I created the patch attached. It's very non-intrusive (and affects only xlib/xcb, Josh told me on irc that it could be useful for other areas too, personally I don't think that it's really needed at other places ...). Some same outputs and the discussion of them: lxuser@pdln:/tmp$ ./main Got a backtrace: #0 /tmp/usr/lib/libxcb-xlib.so.0 [0xb7f9d728] #1 /tmp/usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7f9d861] #2 ./test.so(function_a+0x11) [0xb7f9f3fd] #3 ./test.so(function_b+0x11) [0xb7f9f410] #4 ./main [0x80484a7] #5 /lib/libc.so.6(__libc_start_main+0xdc) [0xb7e60ebc] #6 ./main [0x80483f1] main: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. Aborted That's kinda the normal situation. lxuser@pdln:/tmp$ ./main Got a backtrace: #0 /tmp/usr/lib/libxcb-xlib.so.0 [0xb7f90728] #1 /tmp/usr/lib/libxcb-xlib.so.0(xcb_xlib_unlock+0x31) [0xb7f90861] #2 /tmp/test.so [0xb7f923cd] #3 /tmp/test.so(function_b+0x11) [0xb7f923e0] #4 ./main [0x80484ab] #5 /lib/libc.so.6(__libc_start_main+0xdc) [0xb7e53ebc] #6 ./main [0x80483f1] main: xcb_xlib.c:82: xcb_xlib_unlock: Assertion `c->xlib.lock' failed. Aborted There are two possible reasons that the name doesn't appear in #2: a) a hidden symbol or a symbol with statical linkage in a library b) a symbol in an app not compiled with -rdynamic. But in both cases you still know _where_ the caller is. Note that in this example test.so was compiled with -fomit-frame-pointer; this isn't an issue as _one_ (= the caller) stack trace is still valid (as long as you don't have the insane idea to compile xcb with -fo-f-p). Another issue that may appear is "tail call elimination" (some entries are mysteriously missing; this is quite ugly, but you still get enough information so that you can do something useful with the issue e.g. by disassembling the relevant parts with gdb). Signed-off-by: Jamey Sharp <jamey@minilop.net>
2006-11-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent1-1/+1
2006-11-28add some output informations to configure scriptTORRI Vincent1-3/+23
2006-11-24libXau didn't have a correct pkg-config file until 0.99.2: fail if an older ↵Jamey Sharp1-1/+1
version is found.
2006-11-23Release libxcb 1.01.0Josh Triplett1-2/+2
2006-11-23Rework doxygen build and install to work with srcdir != builddirJosh Triplett1-0/+1
The documentation generation with doxygen now works when built out of tree, with srcdir != builddir. xcb.doxygen now gets generated from xcb.doxygen.in, so that it can use top_builddir and top_srcdir to find source and to output documentation. Also fill in PROJECT_NUMBER from @VERSION@, now that we have it readily available via autoconf.
2006-11-22Remove --with-opt and --with-debug options from configure.ac; use CFLAGS insteadJosh Triplett1-44/+0
configure supports using custom CFLAGS, so remove the --with-opt and --with-debug options from configure.ac, and the corresponding usage of COPTFLAGS and CDEBUGFLAGS in src/Makefile.am.
2006-11-22Check for getaddrinfo rather than gethostbyname in configure.acJosh Triplett1-1/+1
Since the addition of IPv6 support, we now use getaddrinfo rather than gethostbyname; update configure.ac accordingly.
2006-11-22Use pthread-stubs as needed, and list xdmcp in Requires.private when XCB is ↵Jamey Sharp1-1/+5
built to use it.
2006-11-19htmldir was introduced in autoconf 2.59c: set a reasonable value for earlier ↵Jamey Sharp1-0/+6
versions.
2006-11-16Switch from the old AM_PATH_CHECK macro to pkg-config.Jamey Sharp1-5/+1
check 0.9.4 is now required to build XCB's unit tests. The version that we were requiring was not actually new enough to let our unit tests compile, and the AM_PATH_CHECK macro is now considered deprecated. We know that versions of check using pkg-config are new enough to work, and the check dependency was optional anyway, so we've dropped support for older versions.
2006-11-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xcb/libxcbTORRI Vincent1-2/+2
2006-11-05add AM_CHECK_DOXYGEN macroTORRI Vincent1-1/+3
2006-11-02Release libxcb 1.0 RC3 (0.9.93).1.0-RC3Jamey Sharp1-2/+2
2006-10-12Add library support for xcb-xinerama.Jeremy Kolb1-1/+1
This is version 1.1 of the Xinerama (PanoramiX) extension.
2006-10-07Release libxcb 1.0 RC2 (0.9.92).1.0-RC2Jamey Sharp1-2/+2
2006-09-25Release libxcb 1.0 RC1 (0.9.91).1.0-RC1Jamey Sharp1-1/+1
2006-09-25Move header files to $includedir/xcb (generally $prefix/include/xcb).Jamey Sharp1-1/+1