summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorStephan Arts <stephan@xfce.org>2008-10-24 23:06:03 +0000
committerStephan Arts <stephan@xfce.org>2008-10-24 23:06:03 +0000
commit32500bca06fed0cd408cc674d143a9872935c40d (patch)
tree6e98735cf88ac8b5c8cbaad1d1d1d48ae6f83b5e /acinclude.m4
parent19d2b6a07f6965cb34081bbbd1e102b6e11a413a (diff)
downloadthunar-32500bca06fed0cd408cc674d143a9872935c40d.tar.gz
Adding the thunar-wallpaper-plugin to the thunar package
(Old svn revision: 28402)
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index b6ce99ea..bd13e051 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -90,6 +90,20 @@ AM_CONDITIONAL([THUNAR_PLUGIN_UCA], [test x"$ac_bm_thunar_plugin_uca" = x"yes"])
AC_MSG_RESULT([$ac_bm_thunar_plugin_uca])
])
+dnl # BM_THUNAR_PLUGIN_WALLPAPER()
+dnl #
+dnl # Check whether the "Wallpaper" plugin
+dnl # should be built and installed.
+dnl #
+AC_DEFUN([BM_THUNAR_PLUGIN_WALLPAPER],
+[
+AC_ARG_ENABLE([wallpaper-plugin], AC_HELP_STRING([--disable-wallpaper-plugin], [Don't build the thunar-wallpaper plugin, see plugins/thunar-wallpaper/README]),
+ [ac_bm_thunar_plugin_wallpaper=$enableval], [ac_bm_thunar_plugin_wallpaper=yes])
+AC_MSG_CHECKING([whether to build the thunar-wallpaper plugin])
+AM_CONDITIONAL([THUNAR_PLUGIN_WALLPAPER], [test x"$ac_bm_thunar_plugin_wallpaper" = x"yes"])
+AC_MSG_RESULT([$ac_bm_thunar_plugin_wallpaper])
+XDT_CHECK_OPTIONAL_PACKAGE([XFCONF], [libxfconf-0], [4.5.91], [xfconf], [Xfconf support])
+])
dnl # BM_THUNAR_VFS_MONITOR_IMPL()