mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
11 lines
371 B
Diff
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'
|
|
)
|