From e384c4e066a51cae3c22722e8c9409aae5a826bd Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 21 Nov 2023 14:38:53 -0800 Subject: [PATCH] build: Force fallback for vkroots --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9d78d3e..7af6884 100644 --- a/meson.build +++ b/meson.build @@ -6,7 +6,7 @@ project( default_options: [ 'cpp_std=c++20', 'warning_level=2', - 'force_fallback_for=wlroots,libliftoff', + 'force_fallback_for=wlroots,libliftoff,vkroots', ], )