summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:15:15 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-11-20 04:15:15 +0000
commit385730d23944c24dd9af45b27f62c1161abc48b2 (patch)
treef7465b79d96e88f0a80564e12d11c3be4b7c22ef
parent63aa96c08a8390621b017ea498c88cf88152024b (diff)
Add xext to list of modules xorgcfg depends on.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 66338e5eb..2ef1fa1e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
+
+ * configure.ac:
+ Add xext to list of modules xorgcfg depends on.
+
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
* GL/glx/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 04a9af8bd..692f30754 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1194,7 +1194,7 @@ AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([--enable-xorgcfg],
[XORGCFG=$enableval],[XORGCFG=yes])
if test x$XORGCFG = xyes ; then
PKG_CHECK_MODULES([XORGCFG_DEP],
- [xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm x11])
+ [xkbui xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11])
AC_CHECK_LIB([curses],[waddstr],
[XORGCFG_DEP_LIBS="$XORGCFG_DEP_LIBS -lcurses"; CURSES=yes],
AC_CHECK_LIB([ncurses],[waddstr],