summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-28 15:28:22 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-28 15:28:43 +0100
commit86d8411271b38d6ecb1a6b77c17b6c9d6f59b3ba (patch)
tree865ef7dfa714d13c6bd154dded8a1e841d9fb12e /m4macros
parent8858dfc3aa8124143a04b30db0bfb66e700feb8d (diff)
downloadxfce4-dev-tools-86d8411271b38d6ecb1a6b77c17b6c9d6f59b3ba.tar.gz
Require xfce4-panel-4.11 for panel plugins
GTK-3 API changes
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/xdt-xfce.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/xdt-xfce.m4 b/m4macros/xdt-xfce.m4
index d06cfd4..ea77824 100644
--- a/m4macros/xdt-xfce.m4
+++ b/m4macros/xdt-xfce.m4
@@ -41,7 +41,7 @@ dnl
AC_DEFUN([XDT_XFCE_PANEL_PLUGIN],
[
dnl Check for the xfce4-panel package
- XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.9.0])])
+ XDT_CHECK_PACKAGE([$1], [xfce4-panel-1.0], [m4_default([$2], [4.11.0])])
dnl Check where to put the plugins to
AC_MSG_CHECKING([where to install panel plugins])