summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorAlexander Schwinn <acs82@gmx.de>2018-02-27 21:37:59 +0100
committerAlexander Schwinn <acs82@gmx.de>2018-02-27 21:37:59 +0100
commitf55aa7f7c4e00117873da9a46c20b162d0a27fcb (patch)
treebd2fb1d4bbeb55494e8c9254f042c9be663fdf89 /acinclude.m4
parent1c4075d29548a45b37f0b0f3e72eca8360bdaf04 (diff)
downloadthunar-f55aa7f7c4e00117873da9a46c20b162d0a27fcb.tar.gz
- bumped dependency to xfce4-panel to API v.2 / 4.12.0
- removed superfluous line in desktop file of thunar-tpa
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 718e620c..b7c9a158 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -55,7 +55,7 @@ AC_DEFUN([BM_THUNAR_PLUGIN_TPA],
AC_ARG_ENABLE([tpa-plugin], AC_HELP_STRING([--disable-tpa-plugin], [Don't build the thunar-tpa plugin, see plugins/thunar-tpa/README]),
[ac_bm_thunar_plugin_tpa=$enableval], [ac_bm_thunar_plugin_tpa=yes])
if test x"$ac_bm_thunar_plugin_tpa" = x"yes"; then
- XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.9.0],
+ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0],
[
ac_bm_thunar_plugin_tpa=yes
],