From 117cc8bececf6fa2e62ae2b953c5424f1d761508 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 7 Apr 2021 17:53:15 +0100 Subject: build: Handle -Dbuiltin_loaders=none Just like we documented it. --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 3cf26e3ea..43a88a6cf 100644 --- a/meson.build +++ b/meson.build @@ -245,6 +245,8 @@ builtin_loaders = get_option('builtin_loaders').split(',') builtin_all_loaders = false if builtin_loaders == [ 'all' ] builtin_all_loaders = true +elif builtin_loaders == [ 'none' ] + builtin_loaders = [] endif # Loader dependencies -- cgit v1.2.1