diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-02-20 21:37:45 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-02-21 23:59:09 +0100 |
commit | afd878d0de2449b902e2ed38fb94e86387a2bf3a (patch) | |
tree | 8de3fe14d2a53137adc9697803d7f3c4b9979723 /spice-client-gtk-3.0.pc.in | |
parent | f94041d2d433597c0b05c0ded76ddc3e58cffaac (diff) |
build: fix spice-client-gtk-3.0.pc requires
Diffstat (limited to 'spice-client-gtk-3.0.pc.in')
-rw-r--r-- | 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 |