1 exo-csource is necessary only in maintainer mode
3 --- lightdm-gtk-greeter-2.0.2/configure.ac.1 2017-08-29 18:26:57.845778728 +0000
4 +++ lightdm-gtk-greeter-2.0.2/configure.ac 2017-08-29 18:28:36.183599352 +0000
7 PKG_CHECK_MODULES([LIBX11], [x11])
9 +if test $USE_MAINTAINER_MODE = yes; then
10 AC_CHECK_PROG([HAVE_EXO_CSOURCE], [exo-csource], [yes])
11 if test x"$HAVE_EXO_CSOURCE" != xyes; then
12 AC_MSG_FAILURE([exo-csource not installed])
16 dnl ###########################################################################
17 dnl Optional dependencies