summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 1325a3f..3de7b6a 100644
--- a/meson.build
+++ b/meson.build
@@ -38,6 +38,10 @@ libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap'))
subdir('kms++')
+if get_option('v4l2').enabled()
+ subdir('v4l2++')
+endif
+
if get_option('libutils')
subdir('kms++util')
endif