File: add-needed-libraries

package info (click to toggle)
matchbox-desktop 2.2%2Bgit20200512-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 416 kB
  • sloc: ansic: 3,161; makefile: 57; sh: 24
file content (17 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: FTBFS with binutils-gold (#555587)
Author: Bhavani Shankar R <bhavi@ubuntu.com>
Last-Update: 2010-12-28
Index: matchbox-desktop-2.2+20200512/src/Makefile.am
===================================================================
--- matchbox-desktop-2.2+20200512.orig/src/Makefile.am	2020-06-15 16:44:36.000000000 +0100
+++ matchbox-desktop-2.2+20200512/src/Makefile.am	2020-06-15 16:51:46.118180534 +0100
@@ -16,7 +16,8 @@
 	$(top_builddir)/libtaku/libtaku.a \
 	$(GTK_LIBS) \
 	$(DBUS_LIBS) \
-	$(SN_LIBS)
+	$(SN_LIBS) \
+	-lX11
 
 if HAVE_INOTIFY
 matchbox_desktop_LDADD += $(top_builddir)/libtaku/libinotify.a