summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-12-02 11:19:49 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-12-13 08:58:26 +1000
commit67f24d60dbd6cf20fa99ee635afa560678f1b710 (patch)
tree1253a583d035e2a8d655d82bcc2f10a55f4e97e4 /meson.build
parent395ad7a1d2cb49cdee30a392b1661232cd0f9b0c (diff)
downloadlibwacom-67f24d60dbd6cf20fa99ee635afa560678f1b710.tar.gz
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 <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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')