diff options
-rw-r--r-- | conf/layer.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 5195d3cda..4aa885b0e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -18,4 +18,7 @@ LICENSE_PATH += "${LAYERDIR}/licenses" LAYERSERIES_COMPAT_agldemo = "scarthgap" -LAYERDEPENDS_agldemo = "aglcore qt5-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework" +LAYERDEPENDS_agldemo = "aglcore qt6-layer openembedded-layer networking-layer multimedia-layer flutter-layer meta-app-framework" + +########### WORKAROUND FOR MESON and QT6 ############ +QT6_INSTALL_LIBEXECDIR := "${bindir}" |