mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
meson: fix build outside of gst-all
Unknown variable "apiversion".
This commit is contained in:
parent
e3c7c17b9b
commit
9ccd144421
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue