scrnsaver is optional at build time.
This commit is contained in:
parent
b6ab114212
commit
52bbfc5bfa
|
|
@ -657,7 +657,7 @@ XEXT_LIB='$(top_builddir)/Xext/libXext.la'
|
||||||
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
XEXTXORG_LIB='$(top_builddir)/Xext/libXextbuiltin.la'
|
||||||
|
|
||||||
dnl Core modules for most extensions, et al.
|
dnl Core modules for most extensions, et al.
|
||||||
REQUIRED_MODULES="[randrproto >= 1.2] [renderproto >= 0.9.3] [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.3] [xproto >= 7.0.13] xtrans [scrnsaverproto >= 1.1] bigreqsproto resourceproto fontsproto [inputproto >= 1.9.99.4] [kbproto >= 1.0.3]"
|
REQUIRED_MODULES="[randrproto >= 1.2] [renderproto >= 0.9.3] [fixesproto >= 4.0] [damageproto >= 1.1] xcmiscproto [xextproto >= 7.0.3] [xproto >= 7.0.13] xtrans bigreqsproto resourceproto fontsproto [inputproto >= 1.9.99.4] [kbproto >= 1.0.3]"
|
||||||
REQUIRED_LIBS="xfont xau fontenc [pixman-1 >= 0.9.5]"
|
REQUIRED_LIBS="xfont xau fontenc [pixman-1 >= 0.9.5]"
|
||||||
|
|
||||||
dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas
|
dnl HAVE_DBUS is true if we actually have the D-Bus library, whereas
|
||||||
|
|
@ -804,6 +804,7 @@ fi
|
||||||
AM_CONDITIONAL(SCREENSAVER, [test "x$SCREENSAVER" = xyes])
|
AM_CONDITIONAL(SCREENSAVER, [test "x$SCREENSAVER" = xyes])
|
||||||
if test "x$SCREENSAVER" = xyes; then
|
if test "x$SCREENSAVER" = xyes; then
|
||||||
AC_DEFINE(SCREENSAVER, 1, [Support MIT-SCREEN-SAVER extension])
|
AC_DEFINE(SCREENSAVER, 1, [Support MIT-SCREEN-SAVER extension])
|
||||||
|
REQUIRED_MODULES="$REQUIRED_MODULES [scrnsaverproto >= 1.1]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AM_CONDITIONAL(RES, [test "x$RES" = xyes])
|
AM_CONDITIONAL(RES, [test "x$RES" = xyes])
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue