summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-03-18 00:33:48 -0400
committerKristian Høgsberg <krh@bitplanet.net>2011-03-18 00:33:48 -0400
commit9dd7dc6d8884a4e02527ef16c299c6253ea468b9 (patch)
tree7849cbc6a3b3493d4a572467ec17046815614fc8
parentdd0e8b70fb11a19887f8d05d1ed0c10921424a43 (diff)
downloadxorg-lib-libxkbcommon-9dd7dc6d8884a4e02527ef16c299c6253ea468b9.tar.gz
configure: Lower kbproto requirement to 1.0.4
There's nothing in 1.0.5 that we need.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6b695b9..e6a8f15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,7 +70,7 @@ if test "x$GCC" = xyes ; then
fi
# Obtain protocols headers include directives
-PKG_CHECK_MODULES([X11], [xproto kbproto >= 1.0.5])
+PKG_CHECK_MODULES([X11], [xproto kbproto >= 1.0.4])
# Obtain the path to the X Window System Core Protocol
AC_MSG_CHECKING([for X11 includedir])