Browse Source

libmms: Remove glib-2 from pkgconfig (un-needed)

Signed-off-by: Ted Hess <thess@kitschensync.net>
lilik-openwrt-22.03
Ted Hess 7 years ago
parent
commit
5df42552ac
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      libs/libmms/patches/010-remove_glib_from_pkgconfig.patch

+ 10
- 0
libs/libmms/patches/010-remove_glib_from_pkgconfig.patch View File

@ -0,0 +1,10 @@
--- 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}

Loading…
Cancel
Save