From 67f24d60dbd6cf20fa99ee635afa560678f1b710 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 2 Dec 2021 11:19:49 +1000 Subject: Remove autotools, it's meson only now This allows us to drop the .gitignore file as well since meson doesn't dirty the git tree. Signed-off-by: Peter Hutterer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 912f747..82385fd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('libwacom', 'c', - version: '1.12', # change configure.ac as well + version: '1.12', license: 'MIT/Expat', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.51.0') -- cgit v1.2.1