diff options
author | raveit65 <[email protected]> | 2016-08-01 15:38:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-08-01 15:38:31 +0200 |
commit | 6497982f7ec3fb51fe9a71baedd45932f8b8c44f (patch) | |
tree | eca74699accb520a7f4e77fbeac22c67461263bd /applets | |
parent | 7386181d44ff236e8aba7b4643dea129a113eb82 (diff) | |
download | mate-power-manager-6497982f7ec3fb51fe9a71baedd45932f8b8c44f.tar.bz2 mate-power-manager-6497982f7ec3fb51fe9a71baedd45932f8b8c44f.tar.xz |
update CFLAGS and LIBS, MATE to CAIRO
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/Makefile.am | 4 | ||||
-rw-r--r-- | applets/inhibit/Makefile.am | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am index e5e210c..5fab6d6 100644 --- a/applets/brightness/Makefile.am +++ b/applets/brightness/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = \ -I. -I$(srcdir) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ - $(MATE_CFLAGS) \ + $(CAIRO_CFLAGS) \ $(PANEL_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(GTKUNIQUE_CFLAGS) \ @@ -34,7 +34,7 @@ mate_brightness_applet_SOURCES = \ mate_brightness_applet_LDADD = \ $(DBUS_LIBS) \ - $(MATE_LIBS) \ + $(CAIRO_LIBS) \ $(PANEL_LIBS) diff --git a/applets/inhibit/Makefile.am b/applets/inhibit/Makefile.am index f98d673..3d275a1 100644 --- a/applets/inhibit/Makefile.am +++ b/applets/inhibit/Makefile.am @@ -2,7 +2,7 @@ AM_CPPFLAGS = \ -I. -I$(srcdir) \ $(GLIB_CFLAGS) \ $(DBUS_CFLAGS) \ - $(MATE_CFLAGS) \ + $(CAIRO_CFLAGS) \ $(PANEL_CFLAGS) \ $(LIBNOTIFY_CFLAGS) \ $(GTKUNIQUE_CFLAGS) \ @@ -34,7 +34,7 @@ mate_inhibit_applet_SOURCES = \ mate_inhibit_applet_LDADD = \ $(DBUS_LIBS) \ - $(MATE_LIBS) \ + $(CAIRO_LIBS) \ $(PANEL_LIBS) appletdir = $(datadir)/mate-panel/applets |