turnip: guard -Dvulkan-driver=freedreno

Require -DI-love-half-baked-turnips=true as well to enable freedreno
vulkan driver.
This commit is contained in:
Chia-I Wu
2019-03-08 11:27:50 -08:00
parent 949ce2745d
commit 4f863dc0f7
2 changed files with 10 additions and 0 deletions

View File

@@ -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',
)