diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-25 18:06:26 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@viavisolutions.com> | 2025-05-26 16:36:52 +0200 |
commit | eb75299b1372a27d6dc3a9bcf7ab85b37744858c (patch) | |
tree | 644a87344e551719255e55b9d6bc2f25c29b9d65 /recipes-core/kzxdg/kzxdg.inc | |
parent | 09783505e865bab1626fa70b15ea64c6e782fd4a (diff) |
Diffstat (limited to 'recipes-core/kzxdg/kzxdg.inc')
-rw-r--r-- | recipes-core/kzxdg/kzxdg.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-core/kzxdg/kzxdg.inc b/recipes-core/kzxdg/kzxdg.inc new file mode 100644 index 0000000..7af1de8 --- /dev/null +++ b/recipes-core/kzxdg/kzxdg.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "KaZoe Desktop Wayland server based on Qt Wayland Compositor" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=84657d0be71d6615481bbbde593d3c88" + +inherit kazoe-project qt6-cmake + +DEPENDS = " qtbase qtdeclarative qtdeclarative-native " +RDEPENDS:${PN} += " qtbase " + +FILES:${PN} += " ${QT6_INSTALL_QMLDIR}/org/kazoe/xdg " + +EXTRA_OECMAKE += " -DQML_MODULE_INSTALL_PATH=${QT6_INSTALL_QMLDIR} " |