From db9b0f5b10a6bd9943a3ba1748cdad20c80d424c Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Thu, 29 Feb 2024 10:25:27 +0100 Subject: [PATCH] 1/2 Fix meson_options.txt mess It's currently a symlink. This commit deletes the file, the second will re-add it properly --- meson_options.txt | 5 ----- 1 file changed, 5 deletions(-) delete mode 120000 meson_options.txt diff --git a/meson_options.txt b/meson_options.txt deleted file mode 120000 index 8617626..0000000 --- a/meson_options.txt +++ /dev/null @@ -1,5 +0,0 @@ -option('static_renderer', type : 'string', value : 'vk', description : 'Name of the renderer used for static builds') -option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux') -option('error_report_debugbreak', type : 'boolean', value : true, description : 'Debugbreak in ReportError') -option('enable_dxc_shader_compiler', type : 'boolean', value : true, description : 'Enables building the dxc-based shader compiler.') -option('game_as_subdir', type : 'boolean', value : false, description : 'If true, adds the directory "src/game" to the build.')