mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 01:24:04 +00:00
xf86-input-libinput 1.5.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
# Initialize Autoconf
|
# Initialize Autoconf
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
AC_INIT([xf86-input-libinput],
|
AC_INIT([xf86-input-libinput],
|
||||||
[1.4.0],
|
[1.5.0],
|
||||||
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues],
|
[https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/issues],
|
||||||
[xf86-input-libinput])
|
[xf86-input-libinput])
|
||||||
AC_CONFIG_SRCDIR([Makefile.am])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
project('xf86-input-libinput', 'c',
|
project('xf86-input-libinput', 'c',
|
||||||
version: '1.4.0', # bump version in configure.ac
|
version: '1.5.0', # bump version in configure.ac
|
||||||
default_options: ['warning_level=2'],
|
default_options: ['warning_level=2'],
|
||||||
meson_version: '>= 0.50.0')
|
meson_version: '>= 0.50.0')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user