Skip to content
Snippets Groups Projects
Commit 543bfe5e authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

remove deprecated features

parent 575745ae
No related branches found
No related tags found
1 merge request!11decompression/compression for non-imagette data
...@@ -12,8 +12,8 @@ doc_layout_files = files([ ...@@ -12,8 +12,8 @@ doc_layout_files = files([
#Build a Doxyfile based on Doxyfile.in #Build a Doxyfile based on Doxyfile.in
cdata_doc = configuration_data() cdata_doc = configuration_data()
cdata_doc.set('VERSION', meson.project_version()) cdata_doc.set('VERSION', meson.project_version())
cdata_doc.set('SRCDIR', meson.source_root()) cdata_doc.set('SRCDIR', meson.project_source_root())
cdata_doc.set('BUILDDIR', meson.build_root()) cdata_doc.set('BUILDDIR', meson.project_build_root())
if find_program('dot', required : false).found() if find_program('dot', required : false).found()
cdata_doc.set('HAVE_DOT', 'YES') cdata_doc.set('HAVE_DOT', 'YES')
else else
......
project('cmp_tool', 'c', project('cmp_tool', 'c',
version : '0.09', version : '0.09',
meson_version : '>= 0.50', meson_version : '>= 0.56',
license : 'GPL-2.0', license : 'GPL-2.0',
default_options : ['warning_level=3', 'c_std=gnu99'] default_options : ['warning_level=3', 'c_std=gnu99']
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment