You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
818 B
29 lines
818 B
From b9bbe17c08e5dcbe3ce841e6bed52ce8d8b10f9e Mon Sep 17 00:00:00 2001
|
|
From: John Lindgren <john.lindgren@aol.com>
|
|
Date: Thu, 29 May 2014 22:42:53 -0400
|
|
Subject: [PATCH 1/8] Remove "Requires: glib-2.0" since libmms no longer
|
|
depends on GLib.
|
|
|
|
Signed-off-by: Hans de Goede <j.w.r.degoede@gmail.com>
|
|
---
|
|
pkgconfig/libmms.pc.in | 3 +--
|
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
|
|
diff --git a/pkgconfig/libmms.pc.in b/pkgconfig/libmms.pc.in
|
|
index 602c967..a86d15a 100644
|
|
--- a/pkgconfig/libmms.pc.in
|
|
+++ b/pkgconfig/libmms.pc.in
|
|
@@ -4,8 +4,7 @@ libdir=@libdir@
|
|
includedir=@includedir@/
|
|
|
|
Name: libmms
|
|
-Description: Library implementing the MMS protocol
|
|
-Requires: glib-2.0
|
|
+Description: Library implementing the MMS protocol
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmms -lm
|
|
Cflags: -I${includedir}
|
|
--
|
|
2.39.2
|
|
|