flatpak / flatpak-builder

Tool to build flatpaks from source
GNU Lesser General Public License v2.1
141 stars 93 forks source link

builder-module: Use `meson setup` instead of `meson` #559

Closed ItsJamie9494 closed 1 year ago

ItsJamie9494 commented 1 year ago

Running just meson is deprecated and should be replaced with the explicit meson setup (Reference)

smcv commented 1 year ago

My only concern about this is: when was the ability to run meson setup added, and are there any Flatpak runtimes still supported that are sufficiently old to not have it?

smcv commented 1 year ago

My only concern about this is: when was the ability to run meson setup added

Meson 0.49.2 (in Debian 10, released in 2019) already had meson setup, so I think that's good enough.