From 45bc34ff020345c1197c65a26a57000cde521a00 Mon Sep 17 00:00:00 2001 From: Leander Schulten Date: Tue, 17 Oct 2023 20:21:19 +0200 Subject: [PATCH] meson: Allow disabling gst-plugins-base Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 89e169ac8f..03e5a74643 100644 --- a/meson.build +++ b/meson.build @@ -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'