From b12aab5d4bb45e77934d9838576a817bc8defe4b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Fri, 18 Dec 2020 15:01:45 +0200 Subject: meson: split "utils" option into libutils and utils Signed-off-by: Tomi Valkeinen --- meson.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index f76f8b7..cdc8cab 100644 --- a/meson.build +++ b/meson.build @@ -37,8 +37,11 @@ libdrmomap_dep = dependency('libdrm_omap', required : get_option('omap')) subdir('kms++') -if get_option('utils') +if get_option('libutils') subdir('kms++util') +endif + +if get_option('utils') subdir('utils') endif -- cgit v1.2.3