ref: Only use the older meson_options.txt

Supports older versions
This commit is contained in:
Kevin Trogant 2023-10-17 23:13:42 +02:00
parent fef087c906
commit b1ff895718
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux')

View File

@ -1 +1 @@
meson.options
option('use_xlib', type : 'boolean', value : false, description : 'Use Xlib for window creation under linux')