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",
|
||||
"libconnectivity-qt1-dev",
|
||||
"libunity-api-dev"
|
||||
],
|
||||
"install_qml": [
|
||||
"/usr/lib/${ARCH_TRIPLET}/qt5/qml/Qt/"
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
{
|
||||
"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'.",
|
||||
"architecture": "armhf",
|
||||
"description": "Client app for for nymea",
|
||||
"title": "nymea:app",
|
||||
"architecture": "@CLICK_ARCH@",
|
||||
"hooks": {
|
||||
"nymea-app": {
|
||||
"apparmor": "nymea-app.apparmor",
|
||||
|
||||
Reference in New Issue
Block a user