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 /v4l2++/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 'v4l2++/meson.build')
| -rw-r--r-- | v4l2++/meson.build | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/v4l2++/meson.build b/v4l2++/meson.build deleted file mode 100644 index 2f425d6..0000000 --- a/v4l2++/meson.build +++ /dev/null @@ -1,32 +0,0 @@ -libv4l2xx_sources = files([ - 'src/videodevice.cpp', - 'src/pixelformats.cpp', - 'src/helpers.cpp', -]) - -public_headers = [ - 'inc/v4l2++/videodevice.h', - 'inc/v4l2++/pixelformats.h', - 'inc/v4l2++/helpers.h', -] - -private_includes = include_directories('src', 'inc') -public_includes = include_directories('inc') - -libv4l2xx_deps = [ libfmt_dep ] - -libv4l2xx = library('v4l2++', - libv4l2xx_sources, - install : true, - include_directories : [ private_includes ], - dependencies : libv4l2xx_deps, - version : meson.project_version()) - - -libv4l2xx_dep = declare_dependency(include_directories : public_includes, - link_with : libv4l2xx) - -install_headers(public_headers, subdir : 'v4l2++') - -pkg = import('pkgconfig') -pkg.generate(libv4l2xx) |
