summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-10-24 00:28:27 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-10-24 00:28:27 +0100
commit9ccd144421a8ed779751bbb2083a6030db28e698 (patch)
tree24b53ae1697eadad21b72be8a3bf61bd1af12633
parente3c7c17b9b0ff8efb81d23e135178a7be7eaeb1e (diff)
downloadgstreamer-plugins-base-9ccd144421a8ed779751bbb2083a6030db28e698.tar.gz
meson: fix build outside of gst-all
Unknown variable "apiversion".
-rw-r--r--tests/check/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/meson.build b/tests/check/meson.build
index 2d4b7b831..62ab7b438 100644
--- a/tests/check/meson.build
+++ b/tests/check/meson.build
@@ -98,7 +98,7 @@ pluginsdirs = [ ]
if not meson.is_subproject()
pkgconfig = find_program('pkg-config')
runcmd = run_command(pkgconfig, '--variable=pluginsdir',
- 'gstreamer-' + apiversion)
+ 'gstreamer-' + api_version)
if runcmd.returncode() == 0
pluginsdirs = runcmd.stdout().split()