build: fix missing x11 modules dependencies

This commit is contained in:
Marc-André Lureau 2009-01-08 19:38:38 +02:00
parent 7e6309c77c
commit a1a1119afe

View file

@ -437,7 +437,7 @@ AC_ARG_ENABLE([x11],
[x11=auto])
if test "x${x11}" != xno ; then
PKG_CHECK_MODULES(X11, [ x11 ],
PKG_CHECK_MODULES(X11, [ x11 ice sm ],
HAVE_X11=1,
[
HAVE_X11=0