mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
meson: fix build outside of gst-all
This commit is contained in:
parent
91e9a94492
commit
6beadb9062
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ pluginsdirs = [ ]
|
||||||
if not meson.is_subproject()
|
if not meson.is_subproject()
|
||||||
pkgconfig = find_program('pkg-config')
|
pkgconfig = find_program('pkg-config')
|
||||||
runcmd = run_command(pkgconfig, '--variable=pluginsdir',
|
runcmd = run_command(pkgconfig, '--variable=pluginsdir',
|
||||||
'gstreamer-' + apiversion, 'gstreamer-plugins-base-' + api_version)
|
'gstreamer-' + api_version, 'gstreamer-plugins-base-' + api_version)
|
||||||
|
|
||||||
if runcmd.returncode() == 0
|
if runcmd.returncode() == 0
|
||||||
pluginsdirs = runcmd.stdout().split()
|
pluginsdirs = runcmd.stdout().split()
|
||||||
|
|
Loading…
Reference in a new issue