diff options
Diffstat (limited to 'recipes-core/kzxdg')
-rw-r--r-- | recipes-core/kzxdg/kzxdg.inc | 12 | ||||
-rw-r--r-- | recipes-core/kzxdg/kzxdg_git.bb | 3 |
2 files changed, 15 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} " diff --git a/recipes-core/kzxdg/kzxdg_git.bb b/recipes-core/kzxdg/kzxdg_git.bb new file mode 100644 index 0000000..f00c306 --- /dev/null +++ b/recipes-core/kzxdg/kzxdg_git.bb @@ -0,0 +1,3 @@ +require ${PN}.inc + +inherit kazoe-project-git |