summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt/qtbase_agldemo.inc
blob: b2bfe37497dbe814ecfdc1a9c2dacf8405b4107b (plain)
1
2
3
4
5
# Enable EGL and KMS platform plugins to allow demos of Qt compositor
# without Wayland
PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"

PACKAGECONFIG:append = " xkbcommon icu fontconfig sql-sqlite"