26 lines
782 B
Diff
26 lines
782 B
Diff
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
|