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:
70ea5da
)
Bump xcb-proto requirement to 1.11
author
Uli Schlachter
<psychon@znc.in>
Fri, 1 Aug 2014 14:03:24 +0000
(16:03 +0200)
committer
Uli Schlachter
<psychon@znc.in>
Fri, 1 Aug 2014 14:04:33 +0000
(16:04 +0200)
This is needed for the new direct_imports field that we need from xcb-proto.
Signed-off-by: Uli Schlachter <psychon@znc.in>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
68c3b2f
..
4aba894
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-50,7
+50,7
@@
fi
AC_SUBST(HTML_CHECK_RESULT)
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1
0
)
+PKG_CHECK_MODULES(XCBPROTO, xcb-proto >= 1.1
1
)
NEEDED="pthread-stubs xau >= 0.99.2"
PKG_CHECK_MODULES(NEEDED, $NEEDED)