|
|
|
@ -38,12 +38,12 @@ AC_ARG_ENABLE(setuid-install, [ --enable-setuid-install],, |
|
|
|
|
AM_CONDITIONAL(ENABLE_SETUID_INSTALL, test x$enable_setuid_install = xyes) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_ARG_ENABLE(xserver-launcher, [ --enable-xserver-launcher],, |
|
|
|
|
enable_xserver_launcher=yes) |
|
|
|
|
AM_CONDITIONAL(ENABLE_XSERVER_LAUNCHER, test x$enable_xserver_launcher = xyes) |
|
|
|
|
if test x$enable_xserver_launcher = xyes; then |
|
|
|
|
PKG_CHECK_MODULES([XSERVER_LAUNCHER], xcb xcb-xfixes cairo-xcb) |
|
|
|
|
AC_DEFINE([BUILD_XSERVER_LAUNCHER], [1], [Build the X server launcher]) |
|
|
|
|
AC_ARG_ENABLE(xwayland, [ --enable-xwayland],, |
|
|
|
|
enable_xwayland=yes) |
|
|
|
|
AM_CONDITIONAL(ENABLE_XWAYLAND, test x$enable_xwayland = xyes) |
|
|
|
|
if test x$enable_xwayland = xyes; then |
|
|
|
|
PKG_CHECK_MODULES([XWAYLAND], xcb xcb-xfixes cairo-xcb) |
|
|
|
|
AC_DEFINE([BUILD_XWAYLAND], [1], [Build the X server launcher]) |
|
|
|
|
|
|
|
|
|
AC_ARG_WITH(xserver-path, AS_HELP_STRING([--with-xserver-path=PATH], |
|
|
|
|
[Path to X server]), [XSERVER_PATH="$withval"], |
|
|
|
|