From 2b1a8f48f3a414e565cefb809f3e6a7c6aa5f8a7 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 6 Oct 2021 10:26:00 +0300 Subject: Split V4L2 code into separate libs Create v4l2++ library and pyv4l2, which are independent from the rest of the kms++. Signed-off-by: Tomi Valkeinen --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 979753e..9e17c24 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,5 +13,11 @@ option('utils', type : 'boolean', value : true, option('pykms', type : 'feature', value : 'auto', description : 'Build python bindings') +option('v4l2', type : 'feature', value : 'disabled', + description : 'Build V4L2++ library (HACK)') + +option('pyv4l2', type : 'feature', value : 'disabled', + description : 'Build V4L2 python bindings (HACK)') + option('kmscube', type : 'boolean', value : false, description : 'Build kmscube test application') -- cgit v1.2.3