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 --- utils/meson.build | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils/meson.build') diff --git a/utils/meson.build b/utils/meson.build index 7a86c68..8a05775 100644 --- a/utils/meson.build +++ b/utils/meson.build @@ -16,8 +16,3 @@ executable('kmsblank', 'kmsblank.cpp', dependencies : [ common_deps ], install : if libevdev_dep.found() executable('kmstouch', 'kmstouch.cpp', dependencies : [ common_deps, libevdev_dep ], install : false) endif - -if get_option('v4l2').enabled() - executable('omap-wbcap', 'omap-wbcap.cpp', dependencies : [ common_deps, libv4l2xx_dep ], install : false) - executable('omap-wbm2m', 'omap-wbm2m.cpp', dependencies : [ common_deps, libv4l2xx_dep ], install : false) -endif -- cgit v1.2.3