mirror of
https://github.com/emersion/wlr-randr
synced 2024-11-22 19:41:57 +01:00
Bump to v0.2.0
This commit is contained in:
parent
4ac86f22b6
commit
ced1daa89e
16
meson.build
16
meson.build
@ -1,14 +1,10 @@
|
||||
project(
|
||||
'wlr-randr',
|
||||
'c',
|
||||
version: '0.2.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.47.0',
|
||||
default_options: [
|
||||
'c_std=c99',
|
||||
'warning_level=3',
|
||||
'werror=true',
|
||||
],
|
||||
'wlr-randr',
|
||||
'c',
|
||||
version : '0.2.0',
|
||||
license : 'MIT',
|
||||
meson_version : '>=0.47.0',
|
||||
default_options : ['c_std=c99', 'warning_level=3', 'werror=true']
|
||||
)
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
Loading…
Reference in New Issue
Block a user