diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-27 17:07:49 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-27 17:07:49 +0900 |
| commit | 02c3823ed72345080c06a7c969c6e175456a48d1 (patch) | |
| tree | 9f124c7e56930afad51d4f5a421c9259b9404326 /internal/rosa/package/libinput.az | |
| parent | cfbd8bd6f11a674eb07e7785c929736f3e64b5b6 (diff) | |
internal/rosa/package: libinput
Required by sway.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libinput.az')
| -rw-r--r-- | internal/rosa/package/libinput.az | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/internal/rosa/package/libinput.az b/internal/rosa/package/libinput.az new file mode 100644 index 00000000..96fd9606 --- /dev/null +++ b/internal/rosa/package/libinput.az @@ -0,0 +1,38 @@ +package libinput { + description = "input device management and event handling library"; + website = "https://www.freedesktop.org/wiki/Software/libinput"; + anitya = 5781; + + version# = "1.31.2"; + source = remoteGitLab { + domain = "gitlab.freedesktop.org"; + suffix = "libinput/libinput"; + ref = version; + checksum = "nEuOF4cBgyk87IE7vnZChZdZzOFxLkQ8R_jX0Px8z1DN3oHR7lsYZ--3ZWeegeRp"; + }; + + early = "ln -sf ../system/bin/bash /bin/\n"; + + exec = meson { + setup = { + "Dmtdev": "false"; + "Dlibwacom": "false"; + "Ddebug-gui": "false"; + }; + }; + + inputs = [ + bash, + diffutils, + python-pytest, + + libudev-zero, + libevdev, + kernel-headers, + ]; + + runtime = [ + libudev-zero, + libevdev, + ]; +} |
