Skip to content

gitlab CI: use -Domap=enabled instead of true when building drm

Alan Coopersmith requested to merge alanc/xf86-video-omap:CI into master

Fixes CI build failure:

meson.build:21:0: ERROR: Value "true" (of type "string") for combo option "Enable support for OMAP's experimental KMS API." is not one of the choices. Possible choices are (as string): "enabled", "disabled", "auto".

Merge request reports