diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-19 00:13:46 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-19 00:13:46 +0000 |
commit | 219ac4ac54207f1d5ed334efade3335ff2c64add (patch) | |
tree | 69361f6e4a43031aaacd0c15d9e021865d0dbcdd | |
parent | 4306b9835f9015c38f8d5ec19526c8555a1b84cf (diff) |
More updates for Panoramix -> Xinerama rename
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3fe708d..8d14e5b 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Check for dependencies -PKG_CHECK_MODULES(XINERAMA, x11 xext xextproto panoramixproto) +PKG_CHECK_MODULES(XINERAMA, x11 xext xextproto xineramaproto) AC_SUBST(XINERAMA_CFLAGS) AC_SUBST(XINERAMA_LIBS) |