Browse Source

build: Target meson 1.1

It has been released almost a year ago so it should be fine
merge-requests/1461/merge
Kévin Commaille 2 years ago
parent
commit
26d7b2cb34
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
  1. 2
      meson.build
  2. 0
      meson.options

2
meson.build

@ -2,7 +2,7 @@ project('fractal',
'rust',
version: '7.beta',
license: 'GPL-3.0-or-later',
meson_version: '>= 0.59')
meson_version: '>= 1.1')
i18n = import('i18n')
gnome = import('gnome')

0
meson_options.txt → meson.options

Loading…
Cancel
Save