From 4f863dc0f72719603a6fd60a62a1d619ee2696af Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 8 Mar 2019 11:27:50 -0800 Subject: turnip: guard -Dvulkan-driver=freedreno Require -DI-love-half-baked-turnips=true as well to enable freedreno vulkan driver. --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index a2bd2ac64d5..6c14fd503b9 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -330,3 +330,9 @@ option( value : true, description : 'Enable direct rendering in GLX and EGL for DRI', ) +option( + 'I-love-half-baked-turnips', + type : 'boolean', + value : false, + description : 'Allow work-in-progress freedreno vulkan driver to be enabled', +) -- cgit v1.2.1