mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-06 22:24:36 +02:00
qtbase: disable xcb
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,9 +7,12 @@ SRC_URI += " \
|
||||
"
|
||||
|
||||
# to provide xcb/xcb_icccm.h, xcb/xcb_image.h, xcb/xcb_keysyms.h and dbus/dbus.h
|
||||
DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus"
|
||||
# DEPENDS += "xcb-util-wm xcb-util-image xcb-util-keysyms dbus"
|
||||
# reenable when we switch to "-qt-xcb" and build of
|
||||
# src/platformsupport/glxconvenience/ is resolved to be before build of
|
||||
# src/plugins/platforms/xcb/
|
||||
|
||||
QT_MODULE_FLAGS ?= "-system-xcb"
|
||||
QT_MODULE_FLAGS = "-no-xcb"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user