# libevdev 1.13.4 — wrapper de los ioctls evdev del kernel. Dep de build de libinput. Autotools. # Sin docs (evita doxygen) ni tests. name = "libevdev" version = "1.13.4" license = "MIT" [source] tarball = "https://www.freedesktop.org/software/libevdev/libevdev-1.13.4.tar.xz" sha256 = "f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd" [build] compiler = "zig-cc" target = "x86_64-linux-musl" link = "dynamic" flags = [] [build.phases] configure = './configure --build=$CBUILD --host=$CHOST --prefix=/usr --disable-static' compile = 'make' install = 'make DESTDIR=/out install' [deps] # `python3` y `make` se DECLARAN, no se piden prestados al rootfs (deuda declarable, SDD 16 §harkaq). # Sellaba igual en el laptop porque su rootfs Alpine trae ambos, pero el del worker NO trae python3 # ⇒ el configure de autotools moría con "no suitable Python interpreter found" y arrastraba a # libinput con él. Declararlos hace que construya en cualquier máquina, que es el punto. build = ["pkgconf", "make", "python3"]