tchx84 / Gameeky

Play, create and learn
GNU General Public License v3.0
75 stars 12 forks source link

Warning: meson.options feature unavailable in meson_version 0.64.0 #82

Closed rffontenelle closed 6 months ago

rffontenelle commented 6 months ago

Because of #75, meson setup emits the following warning:

WARNING: Project specifies a minimum meson_version '>= 0.64.0' but uses features which were added in newer versions:
 * 1.1: {'meson.options file'}

Consider renaming meson.options to meson_options.txt to not need to raise the version limit, which could be incompatible with other distros like Debian 11 Bullseye and Ubuntu 22.02 Jammy as per repology

tchx84 commented 6 months ago

good catch! thanks