summaryrefslogtreecommitdiff
path: root/data/cheese.pc.in
diff options
context:
space:
mode:
authordaniel g. siegel <dgsiegel@gnome.org>2011-01-31 22:32:14 +0100
committerLuciana Fujii Pontello <luciana@fujii.eti.br>2011-01-31 19:47:48 -0200
commit1a35c30c61d890a1c507982f602127d6ec552513 (patch)
treee31e17c0dc3996d8628f545929d25dfbfed11d9a /data/cheese.pc.in
parent5b32ddc116b2d5f0a04238fb6d39a0c5c7a6cb8c (diff)
move the pkg-config files to data
all pkg-config files now live in data, as that is the place of non code files
Diffstat (limited to 'data/cheese.pc.in')
-rw-r--r--data/cheese.pc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/cheese.pc.in b/data/cheese.pc.in
new file mode 100644
index 00000000..c6e70489
--- /dev/null
+++ b/data/cheese.pc.in
@@ -0,0 +1,13 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+
+Name: libcheese
+Description: Cheese Webcam
+Version: @VERSION@
+Requires.private: gstreamer-0.10 gstreamer-plugins-base-0.10
+Requires: clutter-1.0
+Libs: -L${libdir} -lcheese
+Cflags: -I${includedir}/cheese