libmatchbox/libmatchbox-1.9-add-needed.patch
Troy Dawson 895c119750 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/libmatchbox#5041ed1f4b73e1e74c9a1ce011f6b2909ae5744f
2020-10-20 07:20:20 -07:00

13 lines
483 B
Diff

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