add libXinerama to the list of dependencies.

Now that panoramiXext.h is installed bt libXinerama, it becomes required
to build Xext.
This commit is contained in:
Matthieu Herrb 2008-08-10 18:29:35 +02:00
parent be2210b69d
commit 02efa78ce2

View File

@ -868,7 +868,7 @@ AM_CONDITIONAL(XINERAMA, [test "x$XINERAMA" = xyes])
if test "x$XINERAMA" = xyes; then
AC_DEFINE(XINERAMA, 1, [Support Xinerama extension])
AC_DEFINE(PANORAMIX, 1, [Internal define for Xinerama])
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto"
REQUIRED_MODULES="$REQUIRED_MODULES xineramaproto xinerama"
fi
AM_CONDITIONAL(XACE, [test "x$XACE" = xyes])