Code Review
/
AGL
/
meta-agl-demo.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
qtbase: enable xkbcommon support
[AGL/meta-agl-demo.git]
/
recipes-qt
/
qt
/
qtbase_agldemo.inc
1
# Enable EGL and KMS platform plugins to allow demos of Qt compositor
2
# without Wayland
3
PACKAGECONFIG_GL:append = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' eglfs kms gbm', '', d)}"
4
5
PACKAGECONFIG:append = " xkbcommon icu fontconfig sql-sqlite"