summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu.herrb@laas.fr>2008-08-10 18:29:35 +0200
committerMatthieu Herrb <matthieu.herrb@laas.fr>2008-08-10 18:29:35 +0200
commit02efa78ce2da470b252289ff2af598d06bc84ece (patch)
tree730c217b735ed4a9aaf593052aeb9cef7666efb7 /configure.ac
parentbe2210b69defa225d8bc4bb90d94bfd740ef8b1f (diff)
add libXinerama to the list of dependencies.
Now that panoramiXext.h is installed bt libXinerama, it becomes required to build Xext.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])