projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
506179e
)
Ecore: Fix configure.ac for recent xcb_cflags change.
author
Christopher Michael
<cpmichael1@comcast.net>
Sat, 24 Sep 2011 07:23:41 +0000
(07:23 +0000)
committer
Christopher Michael
<cpmichael1@comcast.net>
Sat, 24 Sep 2011 07:23:41 +0000
(07:23 +0000)
SVN revision: 63585
legacy/ecore/configure.ac
patch
|
blob
|
history
diff --git
a/legacy/ecore/configure.ac
b/legacy/ecore/configure.ac
index d2975775c6e0494b48cf93bd8d362166733caf2c..a6f41f98f41794c348d606f0277557689c2d84cf 100644
(file)
--- a/
legacy/ecore/configure.ac
+++ b/
legacy/ecore/configure.ac
@@
-983,8
+983,8
@@
if test "x$want_ecore_x_xcb" = "xyes" ; then
AC_DEFINE(HAVE_ECORE_X_XCB, 1, [Defined to 1 if XCB is enabled.])
- x_cflags=$XCB_CFLAGS
- x_libs=$XCB_LIBS
+ x_cflags=$
ECORE_
XCB_CFLAGS
+ x_libs=$
ECORE_
XCB_LIBS
have_x="yes"
have_ecore_x_xcb_define="-DHAVE_ECORE_X_XCB"