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' )