diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-08-10 18:29:35 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-08-10 18:29:35 +0200 |
commit | 02efa78ce2da470b252289ff2af598d06bc84ece (patch) | |
tree | 730c217b735ed4a9aaf593052aeb9cef7666efb7 /configure.ac | |
parent | be2210b69defa225d8bc4bb90d94bfd740ef8b1f (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.ac | 2 |
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]) |