summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-07-16 15:18:25 +0300
committerSimon Ser <contact@emersion.fr>2019-11-28 15:20:13 +0100
commit0a4f6e7d6d63585d287e4f4e2edbc39228d6eed1 (patch)
tree62de01e94a84f2a5959cf5372ad6123050d64207 /meson_options.txt
parent6093772f45a4c451703b73e3894d77077645fb7f (diff)
downloadweston-0a4f6e7d6d63585d287e4f4e2edbc39228d6eed1.tar.gz
clients: drop simple-dmabuf-drm
This client contains driver-specific code to allocate buffers. However clients shouldn't contain driver-specific code and should rely on e.g. mesa to allocate buffers via standard interfaces. Additionally, because the build system always tries to enable all features, some experimental drivers and drivers that aren't included in amd64 distribution packages were required. Users would need to manually disable some drivers. Releasers would need to install libdrm from source (because the release process forbids adding custom build flags). Dropping simple-dmabuf-drm simplifies both building and releasing. The functionality previously tested via simple-dmabuf-drm can now be tested with simple-dmabuf-egl. Signed-off-by: Simon Ser <contact@emersion.fr>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d5bf1d54..c862ecc4 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -172,13 +172,6 @@ option(
description: 'List of accessory clients to build and install'
)
option(
- 'simple-dmabuf-drm',
- type: 'array',
- choices: [ 'auto', 'intel', 'freedreno', 'etnaviv' ],
- value: [ 'intel', 'freedreno', 'etnaviv' ],
- description: 'List of DRM drivers to be supported by weston-simple-dmabuf-drm'
-)
-option(
'demo-clients',
type: 'boolean',
value: true,