mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
meson: fix build outside of gst-all
This commit is contained in:
parent
0555c09607
commit
db793e6cce
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pluginsdirs = [ ]
|
|||
# case where GStreamer is another subproject here.
|
||||
if not meson.is_subproject()
|
||||
pkgconfig = find_program('pkg-config')
|
||||
runcmd = run_command(pkgconfig, '--variable=pluginsdir', 'gstreamer-' + apiversion)
|
||||
runcmd = run_command(pkgconfig, '--variable=pluginsdir', 'gstreamer-' + api_version)
|
||||
|
||||
if runcmd.returncode() == 0
|
||||
pluginsdirs = runcmd.stdout().split()
|
||||
|
|
Loading…
Reference in a new issue