Stop building xorgcfg by default.
This commit is contained in:
parent
5e17cde27b
commit
80642f37d4
10
configure.ac
10
configure.ac
|
@ -1665,13 +1665,9 @@ fi
|
||||||
|
|
||||||
dnl xorgcfg GUI configuration utility
|
dnl xorgcfg GUI configuration utility
|
||||||
AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([--enable-xorgcfg],
|
AC_ARG_ENABLE(xorgcfg, AS_HELP_STRING([--enable-xorgcfg],
|
||||||
[Build xorgcfg GUI configuration utility (default: auto)]),
|
[Build xorgcfg GUI configuration utility (default: no)]),
|
||||||
[XORGCFG=$enableval],[XORGCFG=auto])
|
[XORGCFG=$enableval],[XORGCFG=no])
|
||||||
if test "x$XORGCFG" = xauto && test "x$XORG" = xyes; then
|
if test x$XORGCFG = xyes ; then
|
||||||
XORGCFG=yes
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "x$XORGCFG" = xyes; then
|
|
||||||
PKG_CHECK_MODULES([XORGCFG_DEP],
|
PKG_CHECK_MODULES([XORGCFG_DEP],
|
||||||
[xkbui >= 1.0.2 xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11])
|
[xkbui >= 1.0.2 xkbfile xxf86misc xxf86vm xaw7 xmu xt xpm xext x11])
|
||||||
AC_CHECK_LIB([curses],[waddstr],
|
AC_CHECK_LIB([curses],[waddstr],
|
||||||
|
|
Loading…
Reference in New Issue