From a4fa7f2644ec54eb624878d42a92b737403ec583 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 3 Nov 2014 10:18:22 +0100 Subject: Add 'Set as wallpaper' extension --- configure.ac | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 253609b..9325b84 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,14 @@ AC_ARG_ENABLE([gksu], AM_CONDITIONAL(ENABLE_GKSU, test x"$enable_gksu" = "xyes") +# gksu extenstion +AC_ARG_ENABLE([wallpaper], + AS_HELP_STRING([--enable-wallpaper], [Enable set as wallpaper plugin]), + [enable_wallpaper=$enableval], + [enable_wallpaper=yes]) + +AM_CONDITIONAL(ENABLE_WALLPAPER, test x"$enable_wallpaper" = "xyes") + # Get caja extensions directory AC_ARG_WITH(cajadir, AS_HELP_STRING([--with-cajadir=DIR],[Installation path for Caja extension @<:@auto@:>@]), @@ -330,6 +338,7 @@ AC_OUTPUT([ sendto/plugins/removable-devices/Makefile sendto/plugins/upnp/Makefile share/Makefile + wallpaper/Makefile po/Makefile.in ]) @@ -346,4 +355,5 @@ Plugins to be build: Sendto: $enable_sendto Share: $enable_share Gksu: $enable_gksu + Wallpaper: $enable_wallpaper " -- cgit v1.2.1