Mirclient: only enable if desired. Depend on content-hub>=0.2.0
Change-Id: I65050e7924b6f7564664e8f4c7270ddad5717336 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>bb10
parent
c4c8886a86
commit
87f8777b45
|
|
@ -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" ]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue