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 --- py/meson.build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'py/meson.build') diff --git a/py/meson.build b/py/meson.build index 3130bf2..fcba3e5 100644 --- a/py/meson.build +++ b/py/meson.build @@ -1 +1,5 @@ subdir('pykms') + +if get_option('v4l2').enabled() + subdir('pyv4l2') +endif -- cgit v1.2.3