From db5e57cdba31439ab2ae0e85c0ffc0c200ac3082 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 24 Feb 2023 15:37:10 +0200 Subject: Drop v4l2 Drop (hacky) v4l2 support from kms++, and move it to a new, separate, library. Signed-off-by: Tomi Valkeinen --- meson.build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6fffc20..9e1b471 100644 --- a/meson.build +++ b/meson.build @@ -46,10 +46,6 @@ endif subdir('kms++') -if get_option('v4l2').enabled() - subdir('v4l2++') -endif - if get_option('libutils') subdir('kms++util') endif -- cgit v1.2.3