From cda4a49a95c446be7738ab541008423690144761 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 20 Oct 2020 16:34:57 +0300 Subject: meson: add 'util' option to disable kms++util and utils Signed-off-by: Tomi Valkeinen --- meson.build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index cd604af..9652009 100644 --- a/meson.build +++ b/meson.build @@ -41,8 +41,12 @@ pybind11_dep = declare_dependency(include_directories : pybind11_includes) libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap')) subdir('kms++') -subdir('kms++util') -subdir('utils') + +if get_option('utils') + subdir('kms++util') + subdir('utils') +endif + subdir('py') if get_option('kmscube') -- cgit v1.2.3