From 02efa78ce2da470b252289ff2af598d06bc84ece Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 10 Aug 2008 18:29:35 +0200 Subject: add libXinerama to the list of dependencies. Now that panoramiXext.h is installed bt libXinerama, it becomes required to build Xext. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 9d2553905..0769cb3c1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3