xref: /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-qt/qt5/qtbase_git.bbappend (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# Copyright (C) 2019, Fuzhou Rockchip Electronics Co., Ltd
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4PACKAGECONFIG_GL = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2', '', d)}"
5PACKAGECONFIG_FONTS = "fontconfig"
6
7PACKAGECONFIG:append = " gbm kms eglfs linuxfb"
8