diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-10-06 13:26:25 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-10-06 13:28:33 +0300 |
| commit | 8191ab3771b60d30604f5fe7b75981312b5a545b (patch) | |
| tree | 94d00851627bdcbda2e8b930b67c126d88190efc /meson.build | |
| parent | b91affd0725f2523e2563da4f6295a2977fd3945 (diff) | |
Fix issues related to utils & libutils
Fix dependency issues related to libutils, wrong use of
libutils_enabled.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 38c743b..8dc031e 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ summary({ 'kms++utils library': libutils_enabled, 'Python bindings': pybindings_enabled, 'kmscube': kmscube_enabled, - 'Utilities': libutils_enabled, + 'Utilities': utils_enabled, }, section : 'Configuration', bool_yn : true) |
