Skip to content

Commit

Permalink
Qt: use wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Oct 16, 2023
1 parent 1cdf070 commit 2c1ba4d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion recipes-jpos/jpos-settings/jpos-settings_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@ SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://LICENSES/GPL-3.0-only.txt;md5=75d892af193fd5a298f724c4377d8f62"

DEPENDS += "qtbase qtdeclarative qtdeclarative-native qtvirtualkeyboard"
DEPENDS += "\
qtbase \
qtdeclarative \
qtdeclarative-native \
qtvirtualkeyboard \
qtwayland \
"

RDEPENDS:${PN} += " \
qtbase \
qtdeclarative \
qtvirtualkeyboard \
qtwayland \
"
1 change: 1 addition & 0 deletions recipes-qt/qt6/qtbase_git.bbappend
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
QT_QPA_DEFAULT_PLATFORM = "wayland"
PACKAGECONFIG:remove:rpi = "examples tests x11"
PACKAGECONFIG:append:rpi = " fontconfig harfbuzz tslib"
2 changes: 2 additions & 0 deletions recipes-qt/qt6/qtwayland_git.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
PACKAGECONFIG:remove:rpi = "wayland-server"
PACKAGECONFIG:append:rpi = " wayland-client"

0 comments on commit 2c1ba4d

Please sign in to comment.