[neon/extras/gcompris-qt/Neon/release] /: it looks for qml in /usr so add that to path

Jonathan Riddell null at kde.org
Mon Mar 22 15:39:19 GMT 2021


Git commit 8b9d4b34d9df615789228f70ef87519d41464374 by Jonathan Riddell.
Committed on 22/03/2021 at 15:39.
Pushed by jriddell into branch 'Neon/release'.

it looks for qml in /usr so add that to path

M  +1    -1    snapcraft.yaml

https://invent.kde.org/neon/extras/gcompris-qt/commit/8b9d4b34d9df615789228f70ef87519d41464374

diff --git a/snapcraft.yaml b/snapcraft.yaml
index 55a799a..c285ff9 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -76,7 +76,7 @@ parts:
         - "-DENABLE_TESTING=OFF"
         - "-DBUILD_TESTING=OFF"
         - "-DKDE_SKIP_TEST_SETTINGS=ON"
-        - "-DCMAKE_FIND_ROOT_PATH=/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
+        - "-DCMAKE_FIND_ROOT_PATH=/usr\\;/root/stage\\;/snap/kde-frameworks-5-qt-5-15-core20-sdk/current"
         filesets:
             exclusion:
             - "-usr/lib/*/cmake/*"


More information about the Neon-commits mailing list