build: Force fallback for vkroots

This commit is contained in:
Joshua Ashton 2023-11-21 14:38:53 -08:00
parent 528eb7ede7
commit e384c4e066

View file

@ -6,7 +6,7 @@ project(
default_options: [ default_options: [
'cpp_std=c++20', 'cpp_std=c++20',
'warning_level=2', 'warning_level=2',
'force_fallback_for=wlroots,libliftoff', 'force_fallback_for=wlroots,libliftoff,vkroots',
], ],
) )