Add meson.build file
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 30 Nov 2016 07:59:17 +0000 (17:59 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 4 May 2017 03:49:37 +0000 (13:49 +1000)
commit4f4bfae2a143f7310f1cdca62457d7e9a531259d
treeeb465f37ce6980f0d9525798d8bba4c108f448de
parent717fbc42c3d518b3973b32ff25c4a2764295dbd6
Add meson.build file

v2:
- meson 0.40 requirement
- add_project_arguments() instead of add_global_arguments()
- use cc.get_define('static_assert')
- use config.set10 and config.set_quoted instead of manual handling
- more use of join_paths
- use files() for model quirks hwdb check
- update options to all state 'true' as default instead of variations of
  'true', 'enabled' and 'yes'

v3:
- drop -Wall -Wextra and -g, let meson set that with warning_level/debug build
- add meson files to EXTRA_DIST

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Makefile.am
meson.build [new file with mode: 0644]
meson_options.txt [new file with mode: 0644]