Add xext to list of modules xorgcfg depends on.
This commit is contained in:
parent
63aa96c08a
commit
385730d239
|
@ -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>
|
2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||||
|
|
||||||
* GL/glx/Makefile.am:
|
* GL/glx/Makefile.am:
|
||||||
|
|
|
@ -1194,7 +1194,7 @@ AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([--enable-xorgcfg],
|
||||||
[XORGCFG=$enableval],[XORGCFG=yes])
|
[XORGCFG=$enableval],[XORGCFG=yes])
|
||||||
if test x$XORGCFG = xyes ; then
|
if test x$XORGCFG = xyes ; then
|
||||||
PKG_CHECK_MODULES([XORGCFG_DEP],
|
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],
|
AC_CHECK_LIB([curses],[waddstr],
|
||||||
[XORGCFG_DEP_LIBS="$XORGCFG_DEP_LIBS -lcurses"; CURSES=yes],
|
[XORGCFG_DEP_LIBS="$XORGCFG_DEP_LIBS -lcurses"; CURSES=yes],
|
||||||
AC_CHECK_LIB([ncurses],[waddstr],
|
AC_CHECK_LIB([ncurses],[waddstr],
|
||||||
|
|
Loading…
Reference in New Issue