Commit 04360bfd authored by Florent Revest's avatar Florent Revest

qtbase: Adds initial support for QEMU

parent 20c75bec
...@@ -5,7 +5,9 @@ SRC_URI += " file://0001-Forces-GLES2-the-dirty-way.patch" ...@@ -5,7 +5,9 @@ SRC_URI += " file://0001-Forces-GLES2-the-dirty-way.patch"
PACKAGECONFIG_remove = "kms" PACKAGECONFIG_remove = "kms"
PACKAGECONFIG_remove = "widgets" PACKAGECONFIG_remove = "widgets"
PACKAGECONFIG_remove = "gl" PACKAGECONFIG_remove = "gl"
PACKAGECONFIG_append += "gles2 mtdev sql-sqlite glib" PACKAGECONFIG_append = "gles2 mtdev sql-sqlite glib"
PACKAGECONFIG_append_qemux86 = " eglfs gbm kms"
RDEPENDS_${PN}_append_qemux86 = "vboxguestdrivers libegl-gallium libgbm-gallium"
QT_CONFIG_FLAGS += "-no-qpa-platform-guard" QT_CONFIG_FLAGS += "-no-qpa-platform-guard"
PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}" PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment