projects
/
profile
/
ivi
/
ecore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0d8d52
)
forget to commit configure.ac (check pixman library when XCB is used)
author
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Jun 2009 06:41:06 +0000
(06:41 +0000)
committer
caro
<caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 8 Jun 2009 06:41:06 +0000
(06:41 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@40960
7cbeb6ba
-43b4-40fd-8cce-
4c39aea84d33
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
0c99a5d
..
b1879ab
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-461,7
+461,7
@@
AC_MSG_CHECKING(whether ecore_x with XCB backend is to be built)
AC_MSG_RESULT($want_ecore_x_xcb)
if test "x$want_ecore_x_xcb" = "xyes" ; then
- PKG_CHECK_MODULES(XCB, xcb xcb-icccm xcb-image xcb-keysyms,
+ PKG_CHECK_MODULES(XCB, xcb xcb-icccm xcb-image xcb-keysyms
pixman-1
,
[ have_ecore_x_xcb="yes" ],
[ have_ecore_x_xcb="no" ])