diff options
Diffstat (limited to 'sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am')
-rw-r--r-- | sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am new file mode 100644 index 000000000000..43617f92a7e4 --- /dev/null +++ b/sysutils/mate-power-manager/files/patch-applets_inhibit_Makefile.am @@ -0,0 +1,10 @@ +--- applets/inhibit/Makefile.am.orig 2013-10-19 12:05:52.000000000 +0200 ++++ applets/inhibit/Makefile.am 2013-10-19 12:06:06.000000000 +0200 +@@ -34,6 +34,7 @@ + gpm-common.h + + mate_inhibit_applet_LDADD = \ ++ $(EXECINFO_LIBS) \ + $(DBUS_LIBS) \ + $(MATE_LIBS) \ + $(PANEL_LIBS) |