summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2017-04-30 06:45:51 +0200
committerJens Georg <mail@jensge.org>2018-08-17 17:01:10 +0200
commitcc3b15c5c4eba1c667328b1453922b8b61769622 (patch)
tree474de58433c8fc4fbf958a5ddd6a4efae3a5e9c3 /meson.build
parent84ad314ae46dcd14a1daa3caf9b57eba6482dbaf (diff)
downloadgssdp-cc3b15c5c4eba1c667328b1453922b8b61769622.tar.gz
meson: Generate pkg-config file
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 11603d6..04dd3d7 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,6 @@
project('GSSDP', 'c', version: '1.1.0')
gnome = import('gnome')
+pkg = import('pkgconfig')
as_version = meson.project_version() # set in project() below
ver_arr = as_version.split('.')