mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
Add qadwaitadecoration
adwaita-qt and gnomeplatform have been deprecated and superseeded by qadwaitadecorations
This commit is contained in:
parent
01dc958207
commit
679b4069f6
@ -0,0 +1,22 @@
|
||||
SUMMARY = "Qt decoration plugin implementing Adwaita-like client-side decorations."
|
||||
HOMEPAGE = "https://github.com/FedoraQt/QAdwaitaDecorations"
|
||||
LICENSE = "LGPL-2.1-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
|
||||
|
||||
DEPENDS = " \
|
||||
qtbase \
|
||||
qtsvg \
|
||||
qtwayland \
|
||||
qtwayland-native \
|
||||
"
|
||||
|
||||
inherit qt6-cmake
|
||||
|
||||
EXTRA_OECMAKE += "-DUSE_QT6=ON"
|
||||
|
||||
SRC_URI = "git://github.com/FedoraQt/QAdwaitaDecorations.git;protocol=https;nobranch=1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "8235d5e0259b65e80c755a2a0833a2b26a8eb9ac"
|
||||
|
||||
FILES:${PN} += "${libdir}"
|
Loading…
Reference in New Issue
Block a user