diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-02-24 15:37:10 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-02-24 18:10:42 +0200 |
| commit | db5e57cdba31439ab2ae0e85c0ffc0c200ac3082 (patch) | |
| tree | 2861117f96faf0cad3ffd562034cc81e37b7e541 /py/meson.build | |
| parent | 2bd85abc108e0688384f42b0ec83dcd5a622d50d (diff) | |
Drop v4l2
Drop (hacky) v4l2 support from kms++, and move it to a new, separate,
library.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'py/meson.build')
| -rw-r--r-- | py/meson.build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/meson.build b/py/meson.build index fcba3e5..3130bf2 100644 --- a/py/meson.build +++ b/py/meson.build @@ -1,5 +1 @@ subdir('pykms') - -if get_option('v4l2').enabled() - subdir('pyv4l2') -endif |
