mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Fix error in #4324 that always meant libinput is built
This commit is contained in:
parent
fa6e297d09
commit
a9a054c116
@ -49,7 +49,7 @@ fi
|
||||
get_graphicdrivers
|
||||
|
||||
# Drivers
|
||||
if [ -n $LIBINPUT ]; then
|
||||
if [ -n "$LIBINPUT" ]; then
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-libinput"
|
||||
else
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-evdev"
|
||||
|
Loading…
x
Reference in New Issue
Block a user