summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Release 0.4.00.4.0Arnaud Fontaine2014-10-151-1/+1
|
* config: remove old dead code for documentationGaetan Nadon2014-02-171-2/+1
| | | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* config: remove the dependency on X11 ProtocolGaetan Nadon2014-02-171-2/+0
| | | | | | | | | The XPROTO_CFLAGS variable is not used. The dependency on libxcb is sufficient as it depends on xproto. This package compiles even if xproto is uninstalled after configuration. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* config: remove AC_TYPE_SSIZE_TGaetan Nadon2014-02-171-1/+0
| | | | | | | | | | This is not needed as we have standard headers and C99. This result in no change to the defines used at compile time. http://www.gnu.org/software/autoconf/manual/autoconf.html Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* config: use AC_CONFIG_HEADERS to create a config.h fileGaetan Nadon2014-02-171-0/+1
| | | | | | | | | | | | This file contains C preprocessor #define statements which replace the current -Ds added to each compilation invocation. This makes the gcc output command easier to read and prevents exceeding the max line limits on some computers. This is the preferred method in al the xorg modules. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* config: add bug URL to AC_INITGaetan Nadon2014-02-171-1/+3
| | | | | | | Use same layout as libxcb. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* configure: Remove AM_MAINTAINER_MODEAdam Jackson2013-01-161-1/+0
| | | | Signed-off-by: Adam Jackson <ajax@redhat.com>
* Release 0.3.90.3.9Arnaud Fontaine2012-05-301-1/+1
| | | | Signed-off-by: Arnaud Fontaine <arnau@debian.org>
* Do not rely anymore on gperf and m4 following removal of deprecated atoms.Arnaud Fontaine2011-05-251-8/+1
| | | | | | | | | | | As atoms were deprecated by 0a5c59f, gperf and m4 are not needed anymore, thus rename files accordingly and downgrade minimum required version of autoconf (2.62 was only needed to check for M4 in M4 util macro). Also, remove xcb_atom_get_predefined() and xcb_atom_get_name_predefined() which were only meaningful for those atoms and bump the SONAME accordingly. Signed-off-by: Arnaud Fontaine <arnau@debian.org>
* Fix package nameArnaud Fontaine2011-04-261-1/+1
| | | | Signed-off-by: Arnaud Fontaine <arnau@debian.org>
* Fix distcheck due to xcb_atom.hGaetan Nadon2011-03-111-6/+8
| | | | | | | | | | | Make does not see this target as being located in the builddir. The main issue is that "built source" is not build in the directory. Rather than investing efforts in workarounds, this patch builds the library the same way all other xorg libraries are built. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Arnaud Fontaine <arnau@debian.org>
* Bump version to 0.3.8Arnaud Fontaine2010-12-231-1/+1
|
* Create a single shared library and header file and reset SONAMEArnaud Fontaine2010-12-231-1/+1
|
* Split up atom, aux event into their own repositoryArnaud Fontaine2010-12-231-82/+8
|
* Delete callback-based APIs for events, properties, and replies.Jamey Sharp2010-11-141-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | They are poorly designed and not terribly useful. I wrote the original versions of these libraries for demonstration purposes and would like to actively discourage anyone from actually using them. After deleting the callback-based APIs, there was nothing interesting left in property or reply, so those libraries are deleted outright. The event library is no longer particularly related to event handling, but that's a problem for another commit. The icccm library had some simple hooks for integrating with the property library, which are precisely as useful as the property library itself, so I deleted them too. (Arnaud suggested this in <sa5ocib84hf.fsf@Orfeo.duckcorp.org>.) Since the icccm and event libraries have changed interfaces, this commit bumps their SONAME versions. Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Acked-by: Julien Cristau <jcristau@debian.org>
* Add AM_MAINTAINER_MODE for vendorsArnaud Fontaine2010-11-141-0/+1
|
* Bump version to 0.3.7Arnaud Fontaine2010-11-141-1/+1
|
* Bump version to 0.3.6Arnaud Fontaine2010-11-141-1/+1
|
* event: update to libxcb 1.4Arnaud Fontaine2010-11-141-1/+1
| | | | | | Remove useless macros to get error information because libxcb 1.4 now provides additional fields (major_opcode, minor_opcode and resource_id) like Xlib.
* Check for ssize_t in configure for xcb-util-common.hArnaud Fontaine2010-11-141-1/+5
|
* Typo in configure.acMikhail Gusarov2010-11-141-1/+1
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Release xcb-util 0.3.5Julien Danjou2010-11-141-1/+1
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Add a check on xproto version libxcb was compiled withBob Ham2010-11-141-1/+20
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Make sure m4 supports -I flag, if not, try finding gnu m4Alan Coopersmith2010-11-141-2/+18
| | | | | | | | | Solaris m4 does not support -I flag, but gnu m4 is included in recent Solaris & OpenSolaris releases (and must already be installed on any machine that runs autoconf to generate configure scripts) Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> Signed-off-by: Julien Danjou <julien@danjou.info>
* bump version to 0.3.4Julien Danjou2010-11-141-1/+1
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* Release xcb-util 0.3.3Julien Danjou2010-11-141-1/+1
|
* Release xcb-util 0.3.2Julien Danjou2010-11-141-1/+1
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* build: add check for xproto >= 7.0.8Julien Danjou2010-11-141-0/+2
| | | | | | This is needed to have _X_INLINE. Signed-off-by: Julien Danjou <julien@danjou.info>
* Release xcb-util 0.3.1Julien Danjou2010-11-141-1/+1
|
* configure: stop if m4 is not foundJulien Danjou2010-11-141-1/+4
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* [icccm] Bump library version number to 0.3.0.Arnaud Fontaine2010-11-141-1/+1
|
* [atom] Move '*discriminated_atom*' functions from icccm to atomArnaud Fontaine2010-11-141-0/+1
|
* prepare 0.2.1 releaseJulien Danjou2010-11-141-1/+1
| | | | Signed-off-by: Julien Danjou <julien@danjou.info>
* added xcb_aux_get_depth_by_visual_id()Bart Massey2010-11-141-3/+3
|
* All util libraries require the XCB 1.0 API; check for it in configure.Jamey Sharp2010-11-141-1/+1
|
* Release xcb-util 0.2Jamey Sharp2010-11-141-1/+1
|
* rename the libraries from libXCBFoo.* to libxcb-foo.*. Use foo_CPPFLAGS ↵TORRI Vincent2010-11-141-5/+5
| | | | instead of foo_CFLAGS (*_CFLAGS variables store preprocessor options)
* Bug #7150: Check for gcc & Sun cc in configure.ac and use correct flags to ↵Alan Coopersmith2010-11-141-0/+10
| | | | | | | | | turn on more warnings for each This is the first of two fixes needed to get xcb-util building on Solaris. Signed-off-by: Jamey Sharp <jamey@minilop.net>
* Bug #6781: make util compile with srcdir != builddir.Jamey Sharp2010-11-141-5/+5
|
* Install headers to "xcb", not "X11/XCB".Ian Osgood2010-11-141-1/+1
|
* Add correct dependencies in xcb-util.Donnie Berkholz2006-05-071-0/+21
|
* Set all package bugreporting addresses to xcb@lists.freedesktop.orgJosh Triplett2006-04-271-1/+1
|
* Fix xcb-util library dependencies, including both the new dependency ↵Josh Triplett2006-04-271-0/+1
| | | | libXCBImage needs on libXCBShm, as well as many other issues discovered in the process. These include using automake variables appropriately in order to actually link shared libraries against each other and ensure libraries have NEEDED entries for the libraries they depend on, consequently needing to reorder the top-level SUBDIRS to build property before icccm, adding dependencies to .pc.in files, fixing .pc.in files to not all use the name and description for XCBImage, and adding appropriate library dependencies to test programs.
* Remove xcl and CVSROOT.Josh Triplett2006-02-181-0/+33