summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-03-22 16:18:46 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2018-03-29 17:00:10 +0000
commit27aa5ebd75f0577f40b706072bfb013aa970890f (patch)
tree845bc335c9a3ce622d10d6ab5e60d08ba71a6771
parent351459db7043ca10e6e034d1c5c884cd96b91c7b (diff)
downloadqtivi-27aa5ebd75f0577f40b706072bfb013aa970890f.tar.gz
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 <robert.griebl@pelagicore.com>
-rw-r--r--src/ivimedia/configure.json2
1 files changed, 1 insertions, 1 deletions
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: