mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 22:35:59 +01:00
Bump to v0.2.0
This commit is contained in:
parent
92e6877fce
commit
e103e120e2
1 changed files with 6 additions and 10 deletions
12
meson.build
12
meson.build
|
@ -1,14 +1,10 @@
|
||||||
project(
|
project(
|
||||||
'xdg-desktop-portal-wlr',
|
'xdg-desktop-portal-wlr',
|
||||||
'c',
|
'c',
|
||||||
version: '0.1.0',
|
version : '0.2.0',
|
||||||
license: 'MIT',
|
license : 'MIT',
|
||||||
meson_version: '>=0.50.0',
|
meson_version : '>=0.50.0',
|
||||||
default_options: [
|
default_options : ['c_std=c11', 'warning_level=2', 'werror=true']
|
||||||
'c_std=c11',
|
|
||||||
'warning_level=2',
|
|
||||||
'werror=true',
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
Loading…
Reference in a new issue