weston-ini-conf: Add grpc-shell-server to no-activate ini
[AGL/meta-agl.git] / meta-agl-bsp / meta-ti-bsp / recipes-graphics / mesa / mesa-gl_%.bbappend
1 # Remove GBM support from Mesa
2 # TI Platforms provides own GBM library
3
4 PACKAGES:remove = "libgbm"
5 PACKAGES:remove = "libgbm-dev"
6
7 EXTRA_OECONF:remove = "--enable-gbm"