Don't explicitly specifify --glib-version, meson does it for us
This commit is contained in:
parent
187f2b70fe
commit
ea9e08e2be
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
# Common vala options
|
||||
geary_vala_options = [
|
||||
'--target-glib=@0@'.format(target_glib),
|
||||
'--enable-checking',
|
||||
]
|
||||
|
||||
|
|
@ -97,7 +96,6 @@ if enable_valadoc
|
|||
'--internal',
|
||||
'--package-name=@0@-@1@'.format(meson.project_name(), meson.project_version()),
|
||||
'--package-version=@0@'.format(meson.project_version()),
|
||||
'--target-glib=@0@'.format(target_glib),
|
||||
'-b', meson.current_source_dir(),
|
||||
'-o', '@OUTPUT@',
|
||||
'--vapidir=@0@'.format(vapi_dir),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue