qtbase_git.bbappend 270 Bytes
Newer Older
1
FILESEXTRAPATHS_prepend := "${THISDIR}/qtbase:"
2
SRC_URI += " file://0001-Forces-GLES2-the-dirty-way.patch"
3

Florent Revest's avatar
Florent Revest committed
4 5 6
# Remove dependencies to mesa
PACKAGECONFIG_remove = "kms"
PACKAGECONFIG_remove = "gl"
7
PACKAGECONFIG_append += "gles2 mtdev linuxfb accessibility icu sql-sqlite"