blob: 0ced54562a97819bb8784dfe49f9f4dca643a91d (
plain)
1
2
3
4
5
6
7
8
9
|
PACKAGECONFIG_GL:rk3399 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11 opengl', 'gl', \
bb.utils.contains('DISTRO_FEATURES', 'opengl', 'eglfs gles2', \
'', d), d)}"
PACKAGECONFIG_GL:append:rk3399 = " kms gbm"
PACKAGECONFIG_FONTS:rk3399 = "fontconfig"
PACKAGECONFIG:append:rk3399 = " libinput examples tslib xkbcommon"
PACKAGECONFIG:remove:rk3399 = "tests"
|