From e6c727da7a1d332253a9193963b6d4f931b2e69f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 24 Nov 2021 10:15:34 +1000 Subject: Add support for building the driver with meson In addition to autotools, the driver can now be built with meson: meson setup builddir ninja -C builddir ninja install -C builddir Signed-off-by: Peter Hutterer --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e310cd8..ca16f6f 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) +# bump version in meson.build AC_INIT([xf86-input-wacom], [0.40.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], -- cgit v1.2.1