feat: allow disabling iggy from meson.options

This commit is contained in:
Tropical
2026-03-15 00:59:21 -05:00
parent 7bef36fb2e
commit 649bc00fe4
3 changed files with 9 additions and 4 deletions
+3 -1
View File
@@ -40,9 +40,11 @@ global_cpp_defs = [
if get_option('enable_vsync')
global_cpp_defs += '-DENABLE_VSYNC'
message('v-sync enabled')
endif
if get_option('enable_iggy')
global_cpp_defs += '-D_ENABLEIGGY'
endif
if host_machine.system() == 'linux'
global_cpp_defs += [