diff options
| author | mbkma <[email protected]> | 2026-03-15 11:12:12 +0100 |
|---|---|---|
| committer | mbkma <[email protected]> | 2026-03-15 11:12:12 +0100 |
| commit | 9d059b845030aaf2f8d374528ef666a8d274db9a (patch) | |
| tree | f19e1f18ebb69cb190f709c2780959dbb55cd9ba /applets/power-profiles/Makefile.am | |
| parent | 239eecf1017a480b4f3abb1db6c8742d820ece12 (diff) | |
| download | mate-power-manager-gdbus.tar.bz2 mate-power-manager-gdbus.tar.xz | |
migrate to gdbusgdbus
see https://github.com/GNOME/gnome-power-manager/commit/7568769f for a reference, though this is not a 1:1 copy
Diffstat (limited to 'applets/power-profiles/Makefile.am')
| -rw-r--r-- | applets/power-profiles/Makefile.am | 3 |
1 files changed, 0 insertions, 3 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 |
