From 2293cb42384e0297e53fb876697342528926a710 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 5 Mar 2019 17:28:08 +0100 Subject: [PATCH] meson: allow to build weston-simple-dmabuf-egl It is all hooked up in clients/meson.build, just the option to enable it was missing. Signed-off-by: Philipp Zabel --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 31362ba4..0e1d1833 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -180,7 +180,7 @@ option( option( 'simple-clients', type: 'array', - choices: [ 'all', 'damage', 'im', 'egl', 'shm', 'touch', 'dmabuf-v4l' ], + choices: [ 'all', 'damage', 'im', 'egl', 'shm', 'touch', 'dmabuf-v4l', 'dmabuf-egl' ], value: [ 'all' ], description: 'Sample clients: simple test programs' )