summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2022-06-02Build DOUBLE-BUFFER extension.Mike Sharov1-0/+3
Signed-off-by: Mike Sharov <msharov@users.sourceforge.net>
2019-02-17Add README.md to EXTRA_DISTAlan Coopersmith1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-03-11optionally build the GE extensionChristian Linhart1-0/+3
xcb contains an xml-definition for the GenericEvent extension but this extension was neither generated nor built. This patch enables optional building of the GenericEvent extension with configure option --enable-ge By default, the GenericEvent extension is not built. Normally this is not needed by application programs because there is implicit support for the GE-extension for the specific events built with this extension. But it may be useful for X-protocol analyzers and stuff like that. Signed-off-by: Christian Linhart <chris@demorecorder.com>
2014-08-06Add ChangeLog and INSTALL using xorg macrosGaetan Nadon1-0/+12
Same as all other X modules. The one in libxcb git is removed. Those files are created during 'make dist' Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-03-22Validate .pc file Requires linesKeith Packard1-1/+7
This walks through the .pc.in files and makes sure all of the Requires lines express sufficient dependency information. Signed-off-by: Keith Packard <keithp@keithp.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
2014-01-30man: build static man pages using xorg patternsGaetan Nadon1-1/+1
The section number is no longer hard-coded, supplied by xorg-macros. The left footer is now "X Version 11". The center footer is the package name with the version, "libxcb 1.9" The man directory is a sibbling to the doc directory. One can build or clean the man pages without disturbing the library code. Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-11-07Add Present extensionKeith Packard1-0/+3
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-By: Uli Schlachter <psychon@znc.in>
2013-11-07Add DRI3 libraryKeith Packard1-0/+3
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-By: Uli Schlachter <psychon@znc.in>
2013-08-15Use m4 directoryDaniel Martin1-0/+2
- Follow the suggestion by libtoolize: "Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and rerunning libtoolize, to keep the correct libtool macros in-tree. Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am." and add the macro and define. - Create the m4 directory and move acinclude.m4 as xcb.m4 there. - Ignore the m4 files libtoolize copies into the m4 directory (m4/l*.m4). Signed-off-by: Daniel Martin <consume.noise@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Uli Schlachter <psychon@znc.in> Tested-By: Ran Benita <ran234@gmail.com>
2010-07-13xkb: updated configure.ac/Makefile.amChristoph Reimann1-0/+3
2009-10-19Add DRI2 support. (v2)Eric Anholt1-0/+3
v2: Build fix from jcristau.
2008-10-29Remove libxcb-xlib and xcbxlib.h.Jamey Sharp1-3/+1
2008-08-31factorize m4 macros and add one to set X extensionsVincent Torri1-2/+2
Signed-off-by: Julien Danjou <julien@danjou.info>
2008-01-24Add SELinux extension support, disabled by default.Eamon Walsh1-0/+3
2008-01-24Add XInput extension support, disabled by default.Eamon Walsh1-0/+3
2008-01-15Inputs to AC_CONFIG_FILES are automatically distributed.Eamon Walsh1-65/+0
Hence, it is not necessary to explicitly add them to EXTRA_DIST.
2007-12-07Generated the configure.ac and Makefile.am's in libxcb with the idea ofEamon Walsh1-41/+126
making each extension library individually selectable for build. Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
2006-12-10Add autogen.sh to EXTRA_DIST.Josh Triplett1-1/+2
2006-12-10Add tools/* to EXTRA_DIST.Josh Triplett1-1/+4
2006-11-23Rework doxygen build and install to work with srcdir != builddirJosh Triplett1-2/+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-05add xcb.doxygen to EXTRA_DISTTORRI Vincent1-2/+3
2006-10-12Add library support for xcb-xinerama.Jeremy Kolb1-0/+2
This is version 1.1 of the Xinerama (PanoramiX) extension.
2006-09-25Actually install xcb-xlib.pc, and ship xcb-xlib.pc.in in distribution tarballsJosh Triplett1-0/+2
2006-04-27Rename xcb-xfree86dri.pc.in to xcb-xf86dri.pc.in to match libXCBxf86dri, ↵Josh Triplett1-2/+2
change its Libs line to use -lXCBxf86dri, and change configure.ac and Makefile.am accordingly.
2006-04-26Add .pc.in files for all the new extension libraries. Generate .pc files ↵Josh Triplett1-2/+43
from the new .pc.in files in configure.ac. Install the new .pc files in Makefile.am, and add the new .pc.in files to EXTRA_DIST. Based on a patch by Vincent Torri. Changes from that patch: add Requires to the .pc.in files based on the <import>s in the extensions, add a .pc.in file for libXCBxtest, change Name and Description fields to match extension names.
2006-02-18Remove xcl and CVSROOT.Josh Triplett1-0/+6