From: Jamey Sharp Date: Sun, 13 Mar 2011 16:41:10 +0000 (-0700) Subject: Include XKB in ./configure's summary output. X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=29ab5aeb9b1b1daf7f0659b134a4cfe9f42ca71a;p=free-sw%2Fxcb%2Flibxcb Include XKB in ./configure's summary output. Signed-off-by: Jamey Sharp --- diff --git a/configure.ac b/configure.ac index b8d5471..5f91173 100644 --- a/configure.ac +++ b/configure.ac @@ -259,6 +259,7 @@ echo " Xfixes..............: ${BUILD_XFIXES}" echo " Xfree86-dri.........: ${BUILD_XFREE86_DRI}" echo " xinerama............: ${BUILD_XINERAMA}" echo " xinput..............: ${BUILD_XINPUT}" +echo " xkb.................: ${BUILD_XKB}" echo " xprint..............: ${BUILD_XPRINT}" echo " xtest...............: ${BUILD_XTEST}" echo " xv..................: ${BUILD_XV}"