Ecore: Add back in x11-xcb pkgconfig check. Needs for 11.04 apparently.

SVN revision: 61804
This commit is contained in:
Christopher Michael 2011-07-27 11:13:58 +00:00
parent 0b7030a964
commit ca78a5dc81
1 changed files with 2 additions and 2 deletions

View File

@ -784,9 +784,9 @@ if test "x$want_ecore_x_xcb" = "xyes" ; then
fi
## x11-xcb
PKG_CHECK_MODULES(XCB, xcb xcb-shm xcb-icccm xcb-image xcb-keysyms,
PKG_CHECK_MODULES(XCB, x11-xcb xcb xcb-shm xcb-icccm xcb-image xcb-keysyms,
[ have_ecore_x_xcb="yes"
requirements_ecore_x="xcb xcb-shm xcb-icccm xcb-image xcb-keysyms ${requirements_ecore_x}" ],
requirements_ecore_x="x11-xcb xcb xcb-shm xcb-icccm xcb-image xcb-keysyms ${requirements_ecore_x}" ],
[ have_ecore_x_xcb="no" ])
if test "x$have_ecore_x_xcb" = "xyes" ; then