Mirclient: only enable if desired. Depend on content-hub>=0.2.0

Change-Id: I65050e7924b6f7564664e8f4c7270ddad5717336
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
bb10
Gerry Boland 2017-01-31 13:58:12 +00:00 committed by Eirik Aavitsland
parent c4c8886a86
commit 87f8777b45
1 changed files with 2 additions and 1 deletions

View File

@ -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" ]
},