lets not break everything that depends on efl shall we when messing

around with its build? :(



SVN revision: 80507
This commit is contained in:
Carsten Haitzler 2012-12-08 03:42:13 +00:00
parent 337f679b64
commit d5c3d7a042
1 changed files with 5 additions and 0 deletions

View File

@ -2637,6 +2637,11 @@ if test "x${want_x11_xlib}" = "xyes" ; then
fi
## XCB
have_ecore_x_xcb_define=""
if test "${with_x11}" = "xcb" ; then
have_ecore_x_xcb_define="-DHAVE_ECORE_X_XCB"
fi
AC_SUBST(have_ecore_x_xcb_define)
### Checks for header files