projects
/
free-sw
/
xcb
/
libxcb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7901954
)
Require xcb proto version 1.9
author
Keith Packard
<keithp@keithp.com>
Thu, 7 Nov 2013 13:20:06 +0000
(
05:20
-0800)
committer
Keith Packard
<keithp@keithp.com>
Thu, 7 Nov 2013 22:02:37 +0000
(14:02 -0800)
Signed-off-by: Keith Packard <keithp@keithp.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
54cda2f
..
82b3676
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-41,7
+41,7
@@
fi
AC_SUBST(HTML_CHECK_RESULT)
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.
7
)
+PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.
9
)
NEEDED="pthread-stubs xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)