diff options
author | Jan Janssen <medhefgo@web.de> | 2023-08-10 15:16:56 +0200 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-08-23 14:45:02 +0200 |
commit | 101b59433b44b816c15cea00832e81d8aa73ca4b (patch) | |
tree | da41774da5a59cfab001756ed3646e0aad8d8155 /meson_options.txt | |
parent | meson: Convert options to meson features (find_library fallback) (diff) | |
download | systemd-101b59433b44b816c15cea00832e81d8aa73ca4b.tar.xz systemd-101b59433b44b816c15cea00832e81d8aa73ca4b.zip |
meson: Convert dbus to meson feature
Also, there is no need to conditionalize the get_variable() calls
because not-found dependencies will just return the passed default value
if provided.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 9d73203da6..3c99af27fc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -437,7 +437,7 @@ option('pcre2', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : ' description : 'regexp matching support using pcre2') option('glib', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'libglib support (for tests only)') -option('dbus', type : 'combo', choices : ['auto', 'true', 'false'], +option('dbus', type : 'feature', deprecated : { 'true' : 'enabled', 'false' : 'disabled' }, description : 'libdbus support (for tests only)') option('bootloader', type : 'combo', choices : ['auto', 'true', 'false'], |