1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-03-02 08:52:08 +01:00

Merge pull request from ascent12/meson-version

Add minimum meson version
This commit is contained in:
Drew DeVault 2017-11-21 18:35:52 -05:00 committed by GitHub
commit b8a2bfbc73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@ project(
'wlroots',
'c',
license: 'MIT',
meson_version: '>=0.43.0',
default_options: [
'c_std=c11',
'warning_level=2',