summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-graphics/mesa/mesa-gl_%.bbappend
blob: d12ab2be2df56fc806681c06a3efd73b87c12fb3 (plain)
1
2
3
4
5
6
7
# Remove GBM support from Mesa
# TI Platforms provides own GBM library

PACKAGES:remove = "libgbm"
PACKAGES:remove = "libgbm-dev"

EXTRA_OECONF:remove = "--enable-gbm"