Fix gvnc-1.0.pc file version dep
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
955736b5c0
commit
733b86411d
25
0002-gvnc-1.0.pc.in-Use-GLIB_REQUIRED.patch
Normal file
25
0002-gvnc-1.0.pc.in-Use-GLIB_REQUIRED.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From fe11054a9940cdb9a9d6bd4b05bd2276a51d0abf Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org>
|
||||
Date: Thu, 30 Aug 2018 18:08:35 +0200
|
||||
Subject: [PATCH] gvnc-1.0.pc.in: Use GLIB_REQUIRED
|
||||
|
||||
GOBJECT_REQUIRED is no more
|
||||
|
||||
(cherry picked from commit 41c32208248b028f2c96da4d20ba6dc8e51b83ad)
|
||||
---
|
||||
gvnc-1.0.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gvnc-1.0.pc.in b/gvnc-1.0.pc.in
|
||||
index da95b65..b79fdf7 100644
|
||||
--- a/gvnc-1.0.pc.in
|
||||
+++ b/gvnc-1.0.pc.in
|
||||
@@ -5,7 +5,7 @@ includedir=@includedir@
|
||||
|
||||
Name: GVNC
|
||||
Description: GObject for VNC client connections
|
||||
-Requires: gobject-2.0 >= @GOBJECT_REQUIRED@
|
||||
+Requires: gobject-2.0 >= @GLIB_REQUIRED@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgvnc-1.0
|
||||
Cflags: -I${includedir}/gvnc-1.0
|
Loading…
Reference in New Issue
Block a user