From 87f8777b45dd0643e1a9e17e3e93f95371d3246d Mon Sep 17 00:00:00 2001 From: Gerry Boland Date: Tue, 31 Jan 2017 13:58:12 +0000 Subject: Mirclient: only enable if desired. Depend on content-hub>=0.2.0 Change-Id: I65050e7924b6f7564664e8f4c7270ddad5717336 Reviewed-by: Eirik Aavitsland --- src/gui/configure.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/configure.json') diff --git a/src/gui/configure.json b/src/gui/configure.json index 41c665962e..b1329cc213 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -170,7 +170,7 @@ "label": "Mir client libraries", "test": "qpa/mirclient", "sources": [ - { "type": "pkgConfig", "args": "egl mirclient ubuntu-platform-api libcontent-hub" } + { "type": "pkgConfig", "args": "egl mirclient ubuntu-platform-api libcontent-hub >= 0.2.0" } ] }, "mtdev": { @@ -546,6 +546,7 @@ "mirclient": { "label": "Mir client", "section": "Platform plugins", + "autoDetect": false, "condition": "libs.mirclient", "output": [ "privateFeature" ] }, -- cgit v1.2.3