summaryrefslogtreecommitdiff
path: root/libvala.pc.in
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2010-09-26 10:27:10 +0200
committerJürg Billeter <j@bitron.ch>2010-09-26 10:29:56 +0200
commit5b8ba80e9fd8b6674236c779c9ed7797cd4e8614 (patch)
treedb54c7c6e84ca9fc6c5787c13a38392c1234adb1 /libvala.pc.in
parent14235edbf8e66d5d1d130c3e02ef9067e64635c2 (diff)
downloadvala-5b8ba80e9fd8b6674236c779c9ed7797cd4e8614.tar.gz
Rename pkg-config file from vala to libvala
This should make clear that it should only be used for libvala.
Diffstat (limited to 'libvala.pc.in')
-rw-r--r--libvala.pc.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/libvala.pc.in b/libvala.pc.in
new file mode 100644
index 000000000..4e96afad7
--- /dev/null
+++ b/libvala.pc.in
@@ -0,0 +1,19 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+bindir=@bindir@
+includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+vapidir=@datadir@/vala@PACKAGE_SUFFIX@/vapi
+
+@vapigen_decl@
+@gen_introspect_decl@
+@vala_gen_introspect_decl@
+
+Name: Vala
+Description: The Vala compiler library
+Version: @VERSION@
+Requires: glib-2.0 gobject-2.0
+Libs: -L${libdir} -lvala@PACKAGE_SUFFIX@
+Cflags: -I${includedir}/vala@PACKAGE_SUFFIX@