[Xfce4-commits] [panel-plugins/xfce4-systemload-plugin] 01/16: [gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
noreply at xfce.org
noreply at xfce.org
Fri Apr 29 16:07:18 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-systemload-plugin.
commit f704d11cc53880bef8d675159ce15496de11b382
Author: Landry Breuil <landry at xfce.org>
Date: Fri Apr 29 11:09:54 2016 +0200
[gtk3] Bump dependencies to check for libxfce4ui-2/libxfce4panel-2.0
---
configure.ac.in | 6 ++----
panel-plugin/Makefile.am | 3 ---
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index acc5526..c481720 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -61,10 +61,8 @@ XDT_I18N([@LINGUAS@])
dnl ***********************************
dnl *** Check for required packages ***
dnl ***********************************
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.1])
-XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-2], [4.12.0])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
XDT_CHECK_OPTIONAL_PACKAGE([UPOWER_GLIB], [upower-glib], [0.9.0], [upower],
[upower for adapting update interval to power state])
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index a6d1849..3569e92 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -20,8 +20,6 @@ libsystemload_la_SOURCES = \
cpu.h
libsystemload_la_CFLAGS = \
- $(GTK_CFLAGS) \
- $(LIBXFCE4UTIL_CFLAGS) \
$(LIBXFCE4UI_CFLAGS) \
$(LIBXFCE4PANEL_CFLAGS) \
$(UPOWER_GLIB_CFLAGS) \
@@ -35,7 +33,6 @@ libsystemload_la_LDFLAGS = \
$(PLATFORM_LDFLAGS)
libsystemload_la_LIBADD = \
- $(LIBXFCE4UTIL_LIBS) \
$(LIBXFCE4UI_LIBS) \
$(LIBXFCE4PANEL_LIBS) \
$(UPOWER_GLIB_LIBS)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list