summary refs log tree commit diff
path: root/pkgs/development/libraries/gupnp/fix-requires.patch
blob: 4538fc55460f19341bc8ca429f06eb08c4a0a802 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- a/gupnp-1.0.pc.in
+++ b/gupnp-1.0.pc.in
@@ -8,4 +8,5 @@
 Version: @VERSION@
 Libs: -L${libdir} -lgupnp-1.0
 Cflags: -I${includedir}/gupnp-1.0
-Requires.private: gssdp-1.0 libxml-2.0 libsoup-2.4 @UUID_LIBS@
+Requires: glib-2.0 gobject-2.0 gssdp-1.0 libxml-2.0 libsoup-2.4
+Requires.private: @UUID_LIBS@