summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-07-21 19:35:04 -0400
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-07-21 19:35:04 -0400
commit0486d3966d2888ef86d36c19f31bdbc2a3e8c652 (patch)
tree14db2edd044f056a0fe620ce7fd22a083522c43e /configure.ac
parentaff404f293ed86a44a093a51a9f11e79e6c3f4f6 (diff)
downloadxserver-0486d3966d2888ef86d36c19f31bdbc2a3e8c652.tar.gz
fix kbproto dependency
Depend on kbproto >= 1.0.3, for unconditional definition of XkbSA_XFree86Private.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2af59990..f8aa32a7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -509,7 +509,7 @@ XEXT_LIB='$(top_builddir)/Xext/libXext.la'
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
dnl Core modules for most extensions, et al.
-REQUIRED_MODULES="randrproto renderproto [fixesproto >= 4.0] damageproto xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto inputproto xf86dgaproto"
+REQUIRED_MODULES="randrproto renderproto [fixesproto >= 4.0] damageproto xcmiscproto xextproto xproto xtrans xf86miscproto xf86vidmodeproto xf86bigfontproto [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto inputproto xf86dgaproto [kbproto >= 1.0.3]"
REQUIRED_LIBS="xfont xau fontenc"
AM_CONDITIONAL(XV, [test "x$XV" = xyes])