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 --- kms++util/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'kms++util/meson.build') diff --git a/kms++util/meson.build b/kms++util/meson.build index 9df75e1..1b226f3 100644 --- a/kms++util/meson.build +++ b/kms++util/meson.build @@ -8,7 +8,6 @@ libkmsxxutil_sources = files([ 'src/resourcemanager.cpp', 'src/strhelpers.cpp', 'src/testpat.cpp', - 'src/videodevice.cpp', ]) public_headers = [ @@ -20,7 +19,6 @@ public_headers = [ 'inc/kms++util/opts.h', 'inc/kms++util/extcpuframebuffer.h', 'inc/kms++util/resourcemanager.h', - 'inc/kms++util/videodevice.h', ] private_includes = include_directories('src', 'inc') -- cgit v1.2.3