mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: add PACKAGECONFIG for wayland support
Qtbase now has configuration test for enabling wayland support. It needs to be enabled for QtWayland to work. Add new PACKAGECONFIG option to make sure it's enabled when DISTRO_FEATURES has wayland. Pick-to: 6.7 Task-number: QTBUG-117386 Change-Id: If5d88eb3de5422e19bf61919fceda37b05d705c1 Reviewed-by: Alex Bu <alex.bu@qt.io>
This commit is contained in:
parent
185cdd84e1
commit
fef1539e33
|
|
@ -51,6 +51,7 @@ PACKAGECONFIG ?= "\
|
|||
|
||||
PACKAGECONFIG_GRAPHICS ?= "\
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'vulkan', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', \
|
||||
bb.utils.contains('DISTRO_FEATURES', 'x11', 'gl', 'kms gbm gles2 eglfs', d), 'no-opengl linuxfb', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
|
||||
|
|
@ -136,6 +137,7 @@ PACKAGECONFIG[no-opengl] = "-DINPUT_opengl=no"
|
|||
PACKAGECONFIG[png] = "-DFEATURE_system_png=ON,-DFEATURE_png=OFF,libpng"
|
||||
PACKAGECONFIG[tslib] = "-DFEATURE_tslib=ON,-DFEATURE_tslib=OFF,tslib"
|
||||
PACKAGECONFIG[vulkan] = "-DFEATURE_vulkan=ON,-DFEATURE_vulkan=OFF,vulkan-headers,vulkan-loader"
|
||||
PACKAGECONFIG[wayland] = "-DFEATURE_wayland=ON,-DFEATURE_wayland=OFF,wayland wayland-native"
|
||||
PACKAGECONFIG[xcb] = "-DFEATURE_xcb=ON,-DFEATURE_xcb=OFF,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil xcb-util-cursor"
|
||||
PACKAGECONFIG[xkbcommon] = "-DFEATURE_xkbcommon=ON,-DFEATURE_xkbcommon=OFF,libxkbcommon,xkeyboard-config"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user