mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
meson: Allow disabling gst-plugins-base
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5501>
This commit is contained in:
parent
23097e35e6
commit
45bc34ff02
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ foreach sp : subprojects
|
|||
subproj = subproject(project_name, required: is_required, default_options: default_options)
|
||||
endif
|
||||
|
||||
if project_name == 'gst-plugins-base'
|
||||
if project_name == 'gst-plugins-base' and subproj.found()
|
||||
gst_base_orc_req = subproj.get_variable('orc_req', '')
|
||||
if gst_base_orc_req != orc_req
|
||||
error('orc_req is "@0@" but it should be "@1@" from subprojects/gst-plugins-base/meson.build'
|
||||
|
|
Loading…
Reference in a new issue