diff options
Diffstat (limited to 'libinput/Pkgfile')
-rw-r--r-- | libinput/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libinput/Pkgfile b/libinput/Pkgfile index 1ef51698..52b75fa0 100644 --- a/libinput/Pkgfile +++ b/libinput/Pkgfile @@ -5,7 +5,7 @@ # Optional: wayland-protocols name=libinput -version=1.21.0 +version=1.22.0 release=1 source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$version/$name-$version.tar.bz2) @@ -20,6 +20,7 @@ build() { --buildtype=plain \ --wrap-mode nodownload \ -D b_pie=true \ + -D b_lto=true \ -D udev-dir=/lib/udev \ -D debug-gui=false \ -D documentation=false \ |