Skip to content

meson: DRM-backend demands GBM

Pekka Paalanen requested to merge pq/weston:mr/gbm-check into master

All the GBM code is unconditional in compositor-drm.c, so while disabling the GL-renderer would stop GBM from being used, GBM headers would still be needed for building and GBM library for linking.

Leave a note to fix it properly later. At least we now check for GBM and do not mislead with the error message.

Merge request reports