Skip to content
Snippets Groups Projects
Commit 9ccd1444 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

meson: fix build outside of gst-all

Unknown variable "apiversion".
parent e3c7c17b
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment