diff options
Diffstat (limited to 'applets/power-profiles')
| -rw-r--r-- | applets/power-profiles/Makefile.am | 3 | ||||
| -rw-r--r-- | applets/power-profiles/meson.build | 4 | ||||
| -rw-r--r-- | applets/power-profiles/power-profiles-applet.c | 1 |
3 files changed, 0 insertions, 8 deletions
diff --git a/applets/power-profiles/Makefile.am b/applets/power-profiles/Makefile.am index 041afc9..58acc6f 100644 --- a/applets/power-profiles/Makefile.am +++ b/applets/power-profiles/Makefile.am @@ -3,7 +3,6 @@ NULL = AM_CPPFLAGS = \ -I. -I$(srcdir) \ $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) \ $(CAIRO_CFLAGS) \ $(PANEL_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ @@ -36,7 +35,6 @@ libmate_power_profiles_applet_la_SOURCES = \ libmate_power_profiles_applet_la_CFLAGS = $(AM_CFLAGS) libmate_power_profiles_applet_la_LDFLAGS = -module -avoid-version libmate_power_profiles_applet_la_LIBADD = \ - $(DBUS_LIBS) \ $(CAIRO_LIBS) \ $(PANEL_LIBS) else @@ -50,7 +48,6 @@ mate_power_profiles_applet_SOURCES = \ gpm-common.h mate_power_profiles_applet_CFLAGS = $(AM_CFLAGS) mate_power_profiles_applet_LDADD = \ - $(DBUS_LIBS) \ $(CAIRO_LIBS) \ $(PANEL_LIBS) endif diff --git a/applets/power-profiles/meson.build b/applets/power-profiles/meson.build index 1d16402..753a3cb 100644 --- a/applets/power-profiles/meson.build +++ b/applets/power-profiles/meson.build @@ -23,8 +23,6 @@ if enable_applets_inprocess glib, cairo, notify, - dbus, - dbusglib, matepanel ], include_directories : config_inc, @@ -40,8 +38,6 @@ else glib, cairo, notify, - dbus, - dbusglib, matepanel ], include_directories : config_inc, diff --git a/applets/power-profiles/power-profiles-applet.c b/applets/power-profiles/power-profiles-applet.c index e3bb810..b26fec1 100644 --- a/applets/power-profiles/power-profiles-applet.c +++ b/applets/power-profiles/power-profiles-applet.c @@ -31,7 +31,6 @@ #include <gtk/gtk.h> #include <glib-object.h> #include <glib/gi18n.h> -#include <dbus/dbus-glib.h> #include "gpm-common.h" |
