Merge PR #314: Allow building different architectures with clickable
This commit is contained in:
commit
9ebec547ad
@ -10,5 +10,8 @@
|
|||||||
"qml-module-qt-labs-calendar",
|
"qml-module-qt-labs-calendar",
|
||||||
"libconnectivity-qt1-dev",
|
"libconnectivity-qt1-dev",
|
||||||
"libunity-api-dev"
|
"libunity-api-dev"
|
||||||
|
],
|
||||||
|
"install_qml": [
|
||||||
|
"/usr/lib/${ARCH_TRIPLET}/qt5/qml/Qt/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "io.guh.nymeaapp",
|
"name": "io.guh.nymeaapp",
|
||||||
"description": "nymea:app is a client for nymea - a professional IoT server that allows to link smart devices and services. Functional relations of all available sensing and acting capabilities can be defined by 'Magic'.",
|
"description": "Client app for for nymea",
|
||||||
"architecture": "armhf",
|
|
||||||
"title": "nymea:app",
|
"title": "nymea:app",
|
||||||
|
"architecture": "@CLICK_ARCH@",
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"nymea-app": {
|
"nymea-app": {
|
||||||
"apparmor": "nymea-app.apparmor",
|
"apparmor": "nymea-app.apparmor",
|
||||||
|
|||||||
Reference in New Issue
Block a user