mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: add dependency to xcb-util-cursor
The XCB support now uses libxcb-cursor instead of Xlib/libXcursor. The recipe is available in meta-openembedded, which now makes it a mandatory layer for XCB support. Task-number: QTBUG-67373 Change-Id: I40a1d100fd06aaeb31b3d4876de0ce6e7d836632 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
a3d1baf37c
commit
4e4577a08e
|
|
@ -111,7 +111,7 @@ PACKAGECONFIG[no-opengl] = "-DINPUT_opengl=no"
|
|||
PACKAGECONFIG[png] = "-DFEATURE_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[xcb] = "-DFEATURE_xcb=ON,-DFEATURE_xcb=OFF,libxcb xcb-util-wm xcb-util-image xcb-util-keysyms xcb-util-renderutil"
|
||||
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"
|
||||
|
||||
# widgets
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user