From 35a10d52a23e60e8fa932714f02c57c321bf7d68 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 30 Oct 2025 17:46:47 -0600 Subject: [PATCH] libevdev: switch to stable release and use meson --- recipes/wip/libs/other/libevdev/recipe.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/other/libevdev/recipe.toml b/recipes/wip/libs/other/libevdev/recipe.toml index 2c77621d1..841f7f26f 100644 --- a/recipes/wip/libs/other/libevdev/recipe.toml +++ b/recipes/wip/libs/other/libevdev/recipe.toml @@ -1,5 +1,7 @@ #TODO compilation error [source] -tar = "https://www.freedesktop.org/software/libevdev/libevdev-1.13.1.tar.xz" +tar = "https://www.freedesktop.org/software/libevdev/libevdev-1.12.1.tar.xz" +blake3 = "d4be83e6f6cb4972cf5052f5a046eb820aa529427202f043a9d95b945e73edcd" + [build] -template = "configure" +template = "meson"