Add xext to list of modules xorgcfg depends on.

This commit is contained in:
Alan Coopersmith 2005-11-20 04:15:15 +00:00
parent 63aa96c08a
commit 385730d239
2 changed files with 6 additions and 1 deletions

View File

@ -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:

View File

@ -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],