libinput: 1.29.2 -> 1.31.0
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
meson,
|
||||
ninja,
|
||||
libevdev,
|
||||
lua5_4,
|
||||
mtdev,
|
||||
udev,
|
||||
wacomSupport ? stdenv.hostPlatform.isLinux,
|
||||
@@ -53,7 +54,7 @@ in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libinput";
|
||||
version = "1.29.2";
|
||||
version = "1.31.0";
|
||||
|
||||
outputs = [
|
||||
"bin"
|
||||
@@ -66,13 +67,9 @@ stdenv.mkDerivation rec {
|
||||
owner = "libinput";
|
||||
repo = "libinput";
|
||||
rev = version;
|
||||
hash = "sha256-oxDGUbZebxAmBd2j51qV9Jn8SXBjUX2NPRgkxbDz7Dk=";
|
||||
hash = "sha256-sDe8BxR3E5CQj/RjuFWW2XSWb8tu98dtDuBSpACYkvY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./udev-absolute-path.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
meson
|
||||
@@ -87,6 +84,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [
|
||||
libevdev
|
||||
lua5_4
|
||||
mtdev
|
||||
(python3.withPackages (
|
||||
pp: with pp; [
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- a/meson.build
|
||||
+++ b/meson.build
|
||||
@@ -100,7 +100,7 @@
|
||||
args : model_quirks)
|
||||
|
||||
udev_rules_config = configuration_data()
|
||||
-udev_rules_config.set('UDEV_TEST_PATH', '')
|
||||
+udev_rules_config.set('UDEV_TEST_PATH', dir_udev + '/')
|
||||
configure_file(input : 'udev/80-libinput-device-groups.rules.in',
|
||||
output : '80-libinput-device-groups.rules',
|
||||
install : true,
|
||||
Reference in New Issue
Block a user