summaryrefslogtreecommitdiffstats
path: root/spice-controller.pc.in
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-10 00:46:47 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-04-10 00:46:52 +0200
commit0d37f141a1a0a8216e9dcdb56c291d17e37df96c (patch)
tree707e79dc20fb331c4bcd6e425a670bc44f617ac3 /spice-controller.pc.in
parenta7be61afffcff22676cbdc024121e332df7a21ac (diff)
downloadspice-gtk-0d37f141a1a0a8216e9dcdb56c291d17e37df96c.tar.gz
spice-gtk-0d37f141a1a0a8216e9dcdb56c291d17e37df96c.tar.xz
spice-gtk-0d37f141a1a0a8216e9dcdb56c291d17e37df96c.zip
gtk/controller: install spice-controller library
Diffstat (limited to 'spice-controller.pc.in')
-rw-r--r--spice-controller.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/spice-controller.pc.in b/spice-controller.pc.in
new file mode 100644
index 0000000..7dfe4b4
--- /dev/null
+++ b/spice-controller.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: spice-controller
+Description: SPICE Client controller library
+Version: @VERSION@
+
+Requires: glib-2.0
+Libs: -L${libdir} -lspice-controller
+Cflags: -I${includedir}/spice-controller