25 lines
839 B
Diff
25 lines
839 B
Diff
From afd878d0de2449b902e2ed38fb94e86387a2bf3a Mon Sep 17 00:00:00 2001
|
|
From: =?utf-8?q?Marc-Andr=C3=A9=20Lureau?= <marcandre.lureau@redhat.com>
|
|
Date: Sun, 20 Feb 2011 21:37:45 +0100
|
|
Subject: [PATCH] build: fix spice-client-gtk-3.0.pc requires
|
|
|
|
---
|
|
spice-client-gtk-3.0.pc.in | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/spice-client-gtk-3.0.pc.in b/spice-client-gtk-3.0.pc.in
|
|
index 96e1e5a..ebef093 100644
|
|
--- a/spice-client-gtk-3.0.pc.in
|
|
+++ b/spice-client-gtk-3.0.pc.in
|
|
@@ -7,6 +7,6 @@ Name: spice-client-gtk-3.0
|
|
Description: SPICE Client Gtk 3.0 library
|
|
Version: @VERSION@
|
|
|
|
-Requires: @SPICE_REQUIRES@ spice-protocol spice-client-glib-3.0
|
|
+Requires: @SPICE_REQUIRES@ spice-protocol spice-client-glib-2.0
|
|
Libs: -L${libdir} -lspice-client-gtk-3.0
|
|
Cflags: -I${includedir}/spice-client-gtk-3.0
|
|
--
|
|
1.6.1
|
|
|