Commit 5b7809bc authored by Florent Revest's avatar Florent Revest

qtbase: Use xkbcommon without X11 since it's needed by qtwayland

parent ac7cbf11
...@@ -8,3 +8,4 @@ PACKAGECONFIG_remove = "gl" ...@@ -8,3 +8,4 @@ PACKAGECONFIG_remove = "gl"
PACKAGECONFIG_append += "gles2 mtdev sql-sqlite glib" PACKAGECONFIG_append += "gles2 mtdev sql-sqlite glib"
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)}"
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