Search Criteria
Package Details: lib32-libinput 1.16.4-1
Git Clone URL: | https://aur.archlinux.org/lib32-libinput.git (read-only, click to copy) |
---|---|
Package Base: | lib32-libinput |
Description: | Input device management and event handling library (32-bit) |
Upstream URL: | https://www.freedesktop.org/wiki/Software/libinput/ |
Licenses: | |
Submitter: | orumin |
Maintainer: | adsun |
Last Packager: | adsun |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2016-06-11 17:29 |
Last Updated: | 2020-11-27 14:21 |
Dependencies (8)
- lib32-libevdev
- lib32-libwacom
- lib32-mtdev
- lib32-systemd (lib32-systemd-git)
- libinput (libinput-swap-two-and-three-finger-tap, libinput-fix101796-git, libinput-no-hysteresis, libinput-nosmoothing, libinput-nomiddletap, libinput-accel-profile-git, libinput-hires-scroll, libinput-complyue, libinput-git, libinput-multiplier, libinput-minimal-git, libinput-three-finger-drag)
- gcc-multilib (gcc-multilib-x32, gcc-multilib-git, gcc-git, gcc) (make)
- lib32-gtk3 (lib32-gtk3-classic) (make)
- meson (meson-git) (make)
Latest Comments
greyfade commented on 2017-10-01 18:58
Missing dependency on lib32-gtk3
orumin commented on 2016-07-30 06:25
@zhenbo
Thank you for your hint, I'll add configure option to disable test.
if you failed compile, you have failed to install lib32-libunwind.
you should modify PKGBUILD by reference to https://aur.archlinux.org/packages/lib32-libunwind/ this page's comment.
regards
zhenbo commented on 2016-07-22 03:16
Disable the tests is a hack to install this package:
./configure --prefix=/usr --disable-static \
--build=i686-pc-linux-gnu --libdir=/usr/lib32 \
--disable-tests
zhenbo commented on 2016-07-22 03:10
Failed to compile
CCLD test-touchpad
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/../../../libunwind.so when searching for -lunwind
/usr/bin/ld: skipping incompatible /usr/lib/libunwind.so when searching for -lunwind
/usr/bin/ld: cannot find -lunwind
collect2: error: ld returned 1 exit status