diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 04:15:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-11-20 04:15:15 +0000 |
commit | 385730d23944c24dd9af45b27f62c1161abc48b2 (patch) | |
tree | f7465b79d96e88f0a80564e12d11c3be4b7c22ef | |
parent | 63aa96c08a8390621b017ea498c88cf88152024b (diff) |
Add xext to list of modules xorgcfg depends on.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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], |