summaryrefslogtreecommitdiff
path: root/libmatchbox-1.9-add-needed.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libmatchbox-1.9-add-needed.patch')
-rw-r--r--libmatchbox-1.9-add-needed.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/libmatchbox-1.9-add-needed.patch b/libmatchbox-1.9-add-needed.patch
new file mode 100644
index 0000000..f4c8294
--- /dev/null
+++ b/libmatchbox-1.9-add-needed.patch
@@ -0,0 +1,12 @@
+diff -up libmatchbox-1.9/tests/Makefile.am.jx libmatchbox-1.9/tests/Makefile.am
+--- libmatchbox-1.9/tests/Makefile.am.jx 2006-07-07 11:16:57.000000000 -0400
++++ libmatchbox-1.9/tests/Makefile.am 2010-02-16 18:45:35.000000000 -0500
+@@ -3,7 +3,7 @@ SUBDIRS = menu
+ TESTS = dot-desktop pixbuf
+
+ AM_CPPFLAGS = @CHECK_CFLAGS@ -I../libmb @GCC_WARNINGS@ @XLIBS_CFLAGS@ @PANGO_CFLAGS@ @PNG_CFLAGS@
+-AM_LDFLAGS = -L../libmb -lmb
++AM_LDFLAGS = -L../libmb -lmb @XLIBS_LIBS@
+
+ if HAVE_CHECK
+