meson formatting

This commit is contained in:
Mike Blumenkrantz 2017-08-04 16:24:58 -04:00
parent 39c65797de
commit f1fd2a827a
1 changed files with 46 additions and 46 deletions

View File

@ -1,8 +1,8 @@
project('desksanity', 'c',
version : '1.1.99',
license : 'BSD 2 clause',
version: '1.1.99',
license: 'BSD 2 clause',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version : '>= 0.40.0')
meson_version: '>= 0.40.0')
add_global_arguments('-DHAVE_CONFIG_H=1', language: 'c')
dir_prefix = get_option('prefix')
@ -34,9 +34,9 @@ dev_cflags_try = [
]
foreach cf: dev_cflags_try
if cc.has_argument(cf) == true
dev_cflags += cf
endif
if cc.has_argument(cf) == true
dev_cflags += cf
endif
endforeach
add_global_arguments(dev_cflags, language: 'c')
@ -150,8 +150,8 @@ if dep_efl_wl.found() == true
endif
configure_file(output : 'config.h',
install : false,
configure_file(output: 'config.h',
install: false,
configuration: config_h)
executable('e_gadget_test',