mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Fix error in #4324 that always meant libinput is built
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user