summaryrefslogtreecommitdiff
path: root/grilo-net-0.3.pc.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-22 18:20:24 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-22 18:37:08 +0200
commit61f6a87313fd4717021485d4fa96e4b941ed6935 (patch)
tree983e40dae819712a0b87085616e42c5d0b7fe14b /grilo-net-0.3.pc.in
parent555654f4132801a4d9950b65f147ba0a01365e38 (diff)
build: Also bump grl-net and grl-pls to 0.3
Turns out that grilo-plugins expects grl-net and grl-pls to be the same version as grilo itself, which is likely what a number of applications also do. This is easier to deal with than versions changing, and matches what GLib does for example. This also fixes a number of lingering references to 0.2 as the major version number.
Diffstat (limited to 'grilo-net-0.3.pc.in')
-rw-r--r--grilo-net-0.3.pc.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/grilo-net-0.3.pc.in b/grilo-net-0.3.pc.in
new file mode 100644
index 0000000..8f2dc16
--- /dev/null
+++ b/grilo-net-0.3.pc.in
@@ -0,0 +1,15 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/@GRL_NAME@
+datarootdir=${prefix}/share
+datadir=${datarootdir}
+girdir=@INTROSPECTION_GIRDIR@
+typelibdir=@INTROSPECTION_TYPELIBDIR@
+
+Name: Grilo networking library
+Description: Grilo networking helpers for plug-ins
+Requires: @GRL_NAME@
+Version: @GRLNET_VERSION@
+Libs: -L${libdir} -lgrlnet-0.3
+Cflags: -I${includedir}