diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-07-16 15:45:17 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2011-07-16 15:47:37 +0200 |
commit | 80408eadf6009825331294b4b5baf32ba09969d3 (patch) | |
tree | cf33c656ad328ad18ad2d1b47be027ff9e3bb7ec /spice-client-glib-2.0.pc.in | |
parent | 67cbd00179a605930a1f4c127fa4aa2ef324ede9 (diff) |
build: fix .pc Requires
Diffstat (limited to 'spice-client-glib-2.0.pc.in')
-rw-r--r-- | spice-client-glib-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spice-client-glib-2.0.pc.in b/spice-client-glib-2.0.pc.in index 494b397..738862e 100644 --- a/spice-client-glib-2.0.pc.in +++ b/spice-client-glib-2.0.pc.in @@ -7,6 +7,6 @@ Name: spice-client-glib-2.0 Description: SPICE Client GLib 2.0 library Version: @VERSION@ -Requires: @SPICE_REQUIRES@ spice-protocol +Requires: @SPICE_GLIB_REQUIRES@ spice-protocol Libs: -L${libdir} -lspice-client-glib-2.0 Cflags: -I${includedir}/spice-client-glib-2.0 |