1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-27 11:25:26 +02:00
openwrt-packages/libs/libmms/patches/010-remove_glib_from_pkgconfig.patch
Ted Hess 5df42552ac libmms: Remove glib-2 from pkgconfig (un-needed)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-08-29 14:42:21 -04:00

11 lines
262 B
Diff

--- a/pkgconfig/libmms.pc.in
+++ b/pkgconfig/libmms.pc.in
@@ -5,7 +5,6 @@ includedir=@includedir@/
Name: libmms
Description: Library implementing the MMS protocol
-Requires: glib-2.0
Version: @VERSION@
Libs: -L${libdir} -lmms -lm
Cflags: -I${includedir}