mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #4324 from lrusak/libinput
Allow building with xf86-input-libinput when specified
This commit is contained in:
commit
475db26c33
@ -47,8 +47,14 @@ if [ -n "$WINDOWMANAGER" -a "$WINDOWMANAGER" != "none" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
get_graphicdrivers
|
get_graphicdrivers
|
||||||
|
|
||||||
# Drivers
|
# Drivers
|
||||||
|
if [ -n $LIBINPUT ]; then
|
||||||
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-libinput"
|
||||||
|
else
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-evdev"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-evdev"
|
||||||
|
fi
|
||||||
|
|
||||||
for drv in $XORG_DRIVERS; do
|
for drv in $XORG_DRIVERS; do
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-video-$drv"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-video-$drv"
|
||||||
done
|
done
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="libinput"
|
PKG_NAME="libinput"
|
||||||
PKG_VERSION="0.21.0"
|
PKG_VERSION="1.0.1"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user