Browse Source

Add after to mqtt, as remote is f*cking up. Add Layout to config file

Joachim M. Giæver 3 years ago
parent
commit
d7cc088332
1 changed files with 6 additions and 1 deletions
  1. 6 1
      snap/snapcraft.yaml

+ 6 - 1
snap/snapcraft.yaml

@@ -11,6 +11,10 @@ description: |
 grade: devel
 confinement: strict
 
+layout:
+  /usr/local/share/OpenZWave/qt-openzwavedatabase.rcc:
+    bind-file: $SNAP/usr/share/qt5/qt-openzwavedatabase.rcc 
+
 apps:
   ozwdaemon:
     command: usr/local/bin/ozwdaemon
@@ -26,6 +30,7 @@ parts:
     plugin: make
     source: https://github.com/OpenZWave/open-zwave.git
   qtmqtt:
+    after: [open-zwave]
     plugin: make # aka qmake
     source: https://github.com/qt/qtmqtt.git
     source-tag: 5.12.8
@@ -66,7 +71,7 @@ parts:
       - libxcb1
       - libxdmcp6
   qt-openzwave:
-    after: [open-zwave, qtmqtt]
+    after: [qtmqtt]
     plugin: make # aka qmake?
     source: https://github.com/OpenZWave/qt-openzwave.git
     build-packages: