summaryrefslogtreecommitdiff
path: root/extra/thunar-media-tags-plugin/04_fix-implicit-dso-linking.patch
blob: abe4ada1852a026698615c3f5c91a7371df5b1f4 (plain)
1
2
3
4
5
6
7
8
9
10
--- 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 @@ thunar_media_tags_plugin_la_LDFLAGS =
 	-avoid-version							\
 	-export-dynamic							\
 	-module								\
+	$(EXO_LIBS)							\
 	$(THUNARX_LIBS)							\
 	$(TAGLIB_LIBS)							\
 	$(TAGLIBC_LIBS)							\