mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
adwaita-qt: dont include target cmake
This is a hack to fix crosscompile. Given the fact that adwaita-qt is unmaintained that should be sufficient
This commit is contained in:
parent
82a848a488
commit
c7d0ea5acb
@ -12,8 +12,11 @@ EXTRA_OECMAKE += "-DUSE_QT6=ON"
|
|||||||
SRC_URI = "git://github.com/FedoraQt/adwaita-qt.git;protocol=https;nobranch=1"
|
SRC_URI = "git://github.com/FedoraQt/adwaita-qt.git;protocol=https;nobranch=1"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "07859143fd733cfefae687f6967795c7f50d4ca8"
|
SRCREV = "3807292acee096459a73732f663544916d9eb0e5"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/plugins/styles/adwaita.so"
|
FILES:${PN} += "${libdir}/plugins/styles/adwaita.so"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native"
|
do_install:append() {
|
||||||
|
# add hack to unbreak crosscompile for qgnomeplatform
|
||||||
|
sed -i "s|include(\"\${CMAKE_CURRENT_LIST_DIR}\/AdwaitaQt6Targets.cmake\")||" ${D}${libdir}/cmake/AdwaitaQt6/AdwaitaQt6Config.cmake
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user