libinput: update to 1.15.5.
- add build option for the debug-gui
This commit is contained in:
parent
c408d3badf
commit
1de045821f
|
@ -1,18 +1,22 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.15.4
|
||||
version=1.15.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Ddebug-gui=false -Ddocumentation=false -Dtests=false"
|
||||
configure_args="$(vopt_bool debug_gui debug-gui) -Ddocumentation=false -Dtests=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
|
||||
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel
|
||||
$(vopt_if debug_gui gtk+3-devel)"
|
||||
checkdepends="valgrind check-devel"
|
||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=9c8b6846d94e374ee4bdb32634e4ac4aa318afc31f9a58fcb545cd3095c745c1
|
||||
checksum=a90efc8f423c3094f2f9f372fb92381b2f3aad62e8b5882a8abe333aa8249c97
|
||||
|
||||
build_options="debug_gui"
|
||||
desc_option_debug_gui="Build with debug GUI (GTK+3)"
|
||||
|
||||
CFLAGS="-UNDEBUG"
|
||||
|
||||
|
|
Loading…
Reference in New Issue