Blame SOURCES/0002-gvnc-1.0.pc.in-Use-GLIB_REQUIRED.patch

a49c88
From fe11054a9940cdb9a9d6bd4b05bd2276a51d0abf Mon Sep 17 00:00:00 2001
a49c88
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
a49c88
Date: Thu, 30 Aug 2018 18:08:35 +0200
a49c88
Subject: [PATCH] gvnc-1.0.pc.in: Use GLIB_REQUIRED
a49c88
a49c88
GOBJECT_REQUIRED is no more
a49c88
a49c88
(cherry picked from commit 41c32208248b028f2c96da4d20ba6dc8e51b83ad)
a49c88
---
a49c88
 gvnc-1.0.pc.in | 2 +-
a49c88
 1 file changed, 1 insertion(+), 1 deletion(-)
a49c88
a49c88
diff --git a/gvnc-1.0.pc.in b/gvnc-1.0.pc.in
a49c88
index da95b65..b79fdf7 100644
a49c88
--- a/gvnc-1.0.pc.in
a49c88
+++ b/gvnc-1.0.pc.in
a49c88
@@ -5,7 +5,7 @@ includedir=@includedir@
a49c88
 
a49c88
 Name: GVNC
a49c88
 Description: GObject for VNC client connections
a49c88
-Requires: gobject-2.0 >= @GOBJECT_REQUIRED@
a49c88
+Requires: gobject-2.0 >= @GLIB_REQUIRED@
a49c88
 Version: @VERSION@
a49c88
 Libs: -L${libdir} -lgvnc-1.0
a49c88
 Cflags: -I${includedir}/gvnc-1.0