[Xcb-commit] configure.ac

Jamey Sharp jamey at kemper.freedesktop.org
Sun Jun 20 21:00:23 PDT 2010


 configure.ac |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

New commits:
commit 75ff427d41fc10d00b780c965c289fc02c81aaac
Author: Vincent Torri <vtorri at univ-evry.fr>
Date:   Sun Jun 20 20:50:06 2010 -0700

    configure.ac: Report which extensions are being built.
    
    I was surprised to see that xinput was not installed. Looking at
    configure.ac, it seems that it is disabled by default. Maybe configure
    should output the status of the different extensions.

diff --git a/configure.ac b/configure.ac
index c5f454b..0851ec2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -212,6 +212,31 @@ echo "    XDM support.........: ${have_xdmcp}"
 echo "    Build unit tests....: ${HAVE_CHECK}"
 echo "    XCB buffer size.....: ${xcb_queue_buffer_size}"
 echo ""
+echo "  X11 extensions"
+echo "    Composite...........: ${BUILD_COMPOSITE}"
+echo "    Damage..............: ${BUILD_DAMAGE}"
+echo "    Dpms................: ${BUILD_DPMS}"
+echo "    Dri2................: ${BUILD_DRI2}"
+echo "    Glx.................: ${BUILD_GLX}"
+echo "    Randr...............: ${BUILD_RANDR}"
+echo "    Record..............: ${BUILD_RECORD}"
+echo "    Render..............: ${BUILD_RENDER}"
+echo "    Resource............: ${BUILD_RESOURCE}"
+echo "    Screensaver.........: ${BUILD_SCREENSAVER}"
+echo "    selinux.............: ${BUILD_SELINUX}"
+echo "    Shape...............: ${BUILD_SHAPE}"
+echo "    Shm.................: ${BUILD_SHM}"
+echo "    Sync................: ${BUILD_SYNC}"
+echo "    Xevie...............: ${BUILD_XEVIE}"
+echo "    Xfixes..............: ${BUILD_XFIXES}"
+echo "    Xfree86-dri.........: ${BUILD_XFREE86_DRI}"
+echo "    xinerama............: ${BUILD_XINERAMA}"
+echo "    xinput..............: ${BUILD_XINPUT}"
+echo "    xprint..............: ${BUILD_XPRINT}"
+echo "    xtest...............: ${BUILD_XTEST}"
+echo "    xv..................: ${BUILD_XV}"
+echo "    xvmc................: ${BUILD_XVMC}"
+echo ""
 echo "  Used CFLAGS:"
 echo "    CPPFLAGS............: ${CPPFLAGS}"
 echo "    CFLAGS..............: ${CFLAGS}"


More information about the xcb-commit mailing list