xkbcommon is no longer needed. Signed-off-by: Denys Dmytriyenko <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 992c8a8..a0ede15 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -94,9 +94,8 @@ PACKAGECONFIG_append_pn-systemd = " coredump" # Configure Qt5 flags (GLES is still required for qtdeclarative and qtwebkit) PACKAGECONFIG_GL_pn-qtbase = "gles2 linuxfb" -PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples xkbcommon-evdev accessibility gif" +PACKAGECONFIG_DISTRO_pn-qtbase = "icu examples accessibility gif gbm kms libinput" PACKAGECONFIG_FONTS_pn-qtbase = "fontconfig" -PACKAGECONFIG_append_pn-qtbase = "gbm kms" # Add gstreamer in package configuration to enable video PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
