From 27aa5ebd75f0577f40b706072bfb013aa970890f Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Thu, 22 Mar 2018 16:18:46 +0100 Subject: Only check for the taglib submodule when really needed The taglib submodule doesn't need to be initialized when using the taglib from the system or no taglib at all. Change-Id: I9d8347de904383a2b577698c5a61c10d672eb7bd Reviewed-by: Robert Griebl --- src/ivimedia/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ivimedia/configure.json b/src/ivimedia/configure.json index eaac7c5..b189d60 100644 --- a/src/ivimedia/configure.json +++ b/src/ivimedia/configure.json @@ -69,7 +69,7 @@ "report": [ { "type": "error", - "condition": "!tests.taglib_submodule && !input.taglib == 'no'", + "condition": "!tests.taglib_submodule && !input.taglib == 'no' && !features.system-taglib", "message": "The taglib submodule was not initialized Please initialize the submodule E.g. by running the following command: -- cgit v1.2.1