summaryrefslogtreecommitdiffstats
path: root/testing/thunar-media-tags-plugin/04_fix-implicit-dso-linking.patch
blob: 264d7237af15b1f03b43d708599d0c57ee9ea57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: add missing libs
Origin: other, http://bugzilla.xfce.org/attachment.cgi?id=3284
Bug: http://bugzilla.xfce.org/show_bug.cgi?id=6295
--- thunar-media-tags-plugin-0.1.2.orig/thunar-plugin/Makefile.am
+++ thunar-media-tags-plugin-0.1.2/thunar-plugin/Makefile.am
@@ -32,6 +32,7 @@
 	-avoid-version							\
 	-export-dynamic							\
 	-module								\
+	$(EXO_LIBS)							\
 	$(THUNARX_LIBS)							\
 	$(TAGLIB_LIBS)							\
 	$(TAGLIBC_LIBS)							\