File: linking-fix

package info (click to toggle)
matchbox-keyboard 0.2%2Bgit20160713-1.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 992 kB
  • sloc: ansic: 5,810; xml: 1,438; makefile: 201; sh: 2
file content (13 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Link with Xrender (#555588)
Index: matchbox-keyboard-0.2+git20160713/src/Makefile.am
===================================================================
--- matchbox-keyboard-0.2+git20160713.orig/src/Makefile.am	2020-06-15 17:23:13.097385818 +0100
+++ matchbox-keyboard-0.2+git20160713/src/Makefile.am	2020-06-15 17:23:46.193373744 +0100
@@ -69,6 +69,7 @@
 
 matchbox_keyboard_LDADD = \
 	$(FAKEKEY_LIBS) $(XFT_LIBS) $(EXPAT_LIBS) $(CAIRO_LIBS) $(PNG_LIBS) \
+	$(X11_LIBS) -lXrender \
 	libmatchbox-keyboard.la
 
 matchbox_keyboard_SOURCES = 				\