mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
sdk: remove qtwayland
Not compatible with current qtbase
This commit is contained in:
parent
e6d7750002
commit
4e5a282793
|
|
@ -9,13 +9,11 @@ RDEPENDS_${PN} += " \
|
|||
nativesdk-make \
|
||||
nativesdk-cmake \
|
||||
nativesdk-ninja \
|
||||
nativesdk-perl-modules \
|
||||
nativesdk-qtbase-dev \
|
||||
nativesdk-qtbase-tools \
|
||||
nativesdk-qtdeclarative-dev \
|
||||
nativesdk-qtdeclarative-tools \
|
||||
nativesdk-qttools-dev \
|
||||
nativesdk-qttools-tools \
|
||||
nativesdk-qtwayland-dev \
|
||||
nativesdk-qtwayland-tools \
|
||||
nativesdk-perl-modules \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ RDEPENDS_${PN} += " \
|
|||
qttools \
|
||||
qttranslations \
|
||||
qtvirtualkeyboard \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland', '', d)} \
|
||||
qtwebchannel \
|
||||
qtwebsockets \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'qtx11extras', '', d)} \
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ RDEPENDS_${PN} += "\
|
|||
qttools-dev \
|
||||
qttranslations-dev \
|
||||
qtvirtualkeyboard-dev \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'qtwayland-dev', '', d)} \
|
||||
qtwebchannel-dev \
|
||||
qtwebsockets-dev \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'qtx11extras-dev', '', d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user