diff --git a/.pick_status.json b/.pick_status.json index 4d07a5aa37e..6cecd97022e 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -434,7 +434,7 @@ "description": "rusticl: fix 'enable-drivers' meson option", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "1301d61de41e4c12c0767ab75d8a2cabe977509e", "notes": null diff --git a/meson.options b/meson.options index b1f98d7452a..63d78bee41e 100644 --- a/meson.options +++ b/meson.options @@ -147,7 +147,8 @@ option( option( 'gallium-rusticl-enable-drivers', type : 'array', - value : ['auto', 'asahi', 'freedreno', 'radeonsi'], + value : ['auto'], + choices : ['auto', 'asahi', 'freedreno', 'radeonsi'], description : 'List of gallium drivers for which rusticl will be enabled ' + 'by default', )