Files
chromebrew/packages/libinput.rb
chromebrew-actions[bot] f4ee986929 Add unbuilt libinput to updater-libinput-1.29.2 — libinput: 1.29.0 → 1.29.2 (#13580)
* Add unbuilt libinput to updater-libinput-1.29.2

* updater-libinput-1.29.2: Package File Update Run on linux/amd64 container.

* updater-libinput-1.29.2: Package File Update Run on linux/arm/v7 container.

* Remove i686 detritus.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2025-11-23 05:21:05 +00:00

35 lines
1.2 KiB
Ruby

require 'buildsystems/meson'
class Libinput < Meson
description 'libinput is a library to handle input devices in Wayland compositors and to provide a generic X.Org input driver.'
homepage 'https://www.freedesktop.org/wiki/Software/libinput/'
version '1.29.2'
license 'MIT'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://gitlab.freedesktop.org/libinput/libinput.git'
git_hashtag version
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'a3c9b91070c96b6b8ab1800eae145b044a42eb51ee14a517bf993eda5422e2f6',
armv7l: 'a3c9b91070c96b6b8ab1800eae145b044a42eb51ee14a517bf993eda5422e2f6',
x86_64: '470f2ebdae07083c13f2b2c11c4e8e535481e4e972796ff30a5e8a5495db1c2b'
})
# depends_on 'graphviz' => :build
# depends_on 'gtk3' => :build
depends_on 'check' => :build
depends_on 'eudev' # R
depends_on 'glibc' # R
depends_on 'libevdev' # R
depends_on 'libunwind' => :build
depends_on 'libwacom' # R
depends_on 'mtdev' # R
depends_on 'valgrind' => :build
# If debug-gui feature is required, uncomment following lines and remove "-Ddebug-gui=false" to enable it
meson_options '-Ddebug-gui=false \
-Ddocumentation=false'
end