summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-08-08 00:13:01 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-08-08 00:13:01 +0100
commit2d632ff36790e8dc3dec2271852cefb532d46f59 (patch)
tree2c965b7609ed72a2d56ec226a99b9a6cac737c0a /docs
parent815e72e91f674dfbd3b6916872e9333d9183499d (diff)
downloadgstreamer-plugins-base-2d632ff36790e8dc3dec2271852cefb532d46f59.tar.gz
meson: fix a few meson warnings
Diffstat (limited to 'docs')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index a44c239fd..8c72872bf 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -1,7 +1,7 @@
docconf = configuration_data()
docconf.set('GST_API_VERSION', api_version)
-docconf.set('PACKAGE_VERSION', gst_version)
+docconf.set('VERSION', gst_version)
docconf.set('PLUGINDIR', '@0@/lib/gstreamer-1.0'.format(get_option('prefix')))
version_entities = configure_file(input : 'version.entities.in',