From ec67c801adfec5645d1b4276e5998f8fb3736efd Mon Sep 17 00:00:00 2001 From: "La Ode Muh. Fadlun Akbar" Date: Wed, 11 Oct 2017 17:45:01 +0700 Subject: [PATCH] meson_options: Use `value` instead `default` keyword in with-shim option --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 68d22a9..f4096dc 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ -option('with-shim', type : 'combo', choices : ['replacement', 'co-exist', 'none'], default: 'replacement', +option('with-shim', type : 'combo', choices : ['replacement', 'co-exist', 'none'], value: 'replacement', description : 'control how the shim is deployed') option('with-steam-binary', type: 'string', description: 'Set the path to the Steam binary', value: '/usr/lib/steam/steam') option('with-frontend', type: 'boolean', description: 'Build the LSI Settings UI', value: false)