forget to commit configure.ac (check pixman library when XCB is used)

SVN revision: 40960
This commit is contained in:
Vincent Torri 2009-06-08 06:41:06 +00:00
parent 20108eea57
commit 735a71ecfe
1 changed files with 1 additions and 1 deletions

View File

@ -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" ])