pmos/matchbox/matchbox-panel-manager/01-linking-fix.patch
Duncan Guthrie 044c496fc5 New UI: matchbox (#1420)
Add matchbox-window-manager, matchbox-desktop, and their associated
dependencies.
2018-04-19 19:01:02 +00:00

26 lines
689 B
Diff

Description: Fix FTBFS with binutils-gold (#555590)
Author: Bhavani Shankar R <bhavi@ubuntu.com>
Last-Update: 2010-12-28
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,7 @@
matchbox_panel_manager_SOURCES = \
mbpanelmgr.c
-matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@
+matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ -lX11
desktopdir = $(datadir)/applications/
pixmapsdir = $(datadir)/pixmaps/
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,7 +119,7 @@
mbpanelmgr.c
-matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@
+matchbox_panel_manager_LDADD = @MBPANELMGR_LIBS@ -lX11
desktopdir = $(datadir)/applications/
pixmapsdir = $(datadir)/pixmaps/