diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-08-08 00:13:01 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-08-08 00:13:01 +0100 |
commit | 2d632ff36790e8dc3dec2271852cefb532d46f59 (patch) | |
tree | 2c965b7609ed72a2d56ec226a99b9a6cac737c0a /docs | |
parent | 815e72e91f674dfbd3b6916872e9333d9183499d (diff) | |
download | gstreamer-plugins-base-2d632ff36790e8dc3dec2271852cefb532d46f59.tar.gz |
meson: fix a few meson warnings
Diffstat (limited to 'docs')
-rw-r--r-- | docs/meson.build | 2 |
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', |