forked from pool/libmms
72674f0fd7
- libmms-pkgconfig.patch: DO not inject bogus build dependencies via pkgconfig files, in this case glib2 which will pull pcre and so on... OBS-URL: https://build.opensuse.org/request/show/142517 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmms?expand=0&rev=8
13 lines
341 B
Diff
13 lines
341 B
Diff
--- pkgconfig/libmms.pc.in.orig
|
|
+++ pkgconfig/libmms.pc.in
|
|
@@ -5,7 +5,8 @@ includedir=@includedir@/
|
|
|
|
Name: libmms
|
|
Description: Library implementing the MMS protocol
|
|
-Requires: glib-2.0
|
|
+# glib usage is private only for static linking
|
|
+#Requires.private: glib-2.0
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmms -lm
|
|
Cflags: -I${includedir}
|