void-packages/srcpkgs/weston/patches/simple-dmabuf-drm-disable.patch
2019-03-29 16:36:58 -03:00

11 lines
371 B
Diff

--- meson_options.txt
+++ meson_options.txt
@@ -167,7 +167,7 @@ option(
option(
'simple-dmabuf-drm',
type: 'array',
- choices: [ 'auto', 'intel', 'freedreno', 'etnaviv' ],
+ choices: [ 'none', 'auto', 'intel', 'freedreno', 'etnaviv' ],
value: [ 'intel', 'freedreno', 'etnaviv' ],
description: 'List of DRM drivers to be supported by weston-simple-dmabuf-drm'
)