makemaker-defaults.mk: fallback COMPONENT_PROJECT_URL to dist
[oi-userland.git] / components / desktop / lightdm-gtk-greeter / patches / 03-exo-csource.patch
blob2a861c7848cf9a8c2a5eb692f3b3ec4eaa01a5f3
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
5 @@ -48,10 +48,12 @@
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])
14 +fi
16 dnl ###########################################################################
17 dnl Optional dependencies