diff lib/libinput/libinput.sh @ 902:a133976e0783

vanilla: remove all origins, closes #2203
author David Demelier <markand@malikania.fr>
date Mon, 26 Aug 2019 12:14:53 +0200
parents 6633bc51db0e
children ddab65a5b3f5
line wrap: on
line diff
--- a/lib/libinput/libinput.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/lib/libinput/libinput.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -21,7 +21,7 @@
 PKGLICENSE="MIT"
 PKGSUMMARY="library to handle input devices in wayland"
 PKGDOWNLOAD="https://www.freedesktop.org/software/$PKGNAME/$PKGNAME-$PKGVERSION.tar.xz"
-PKGDEPENDS="lib/libevdev lib/mtdev"
+PKGDEPENDS="libevdev mtdev"
 PKGOPTIONS="DOXYGEN WACOM"
 
 : ${CC:=clang}
@@ -32,14 +32,14 @@
 : ${WACOM:=yes}
 
 if [ "$DOXYGEN" = "yes" ]; then
-	PKGDEPENDS="dev/doxygen $PKGDEPENDS"
+	PKGDEPENDS="doxygen $PKGDEPENDS"
 	with_doxygen="-D documentation=true"
 else
 	with_doxygen="-D documentation=false"
 fi
 
 if [ "$WACOM" = "yes" ]; then
-	PKGDEPENDS="lib/libwacom $PKGDEPENDS"
+	PKGDEPENDS="libwacom $PKGDEPENDS"
 	with_wacom="-D libwacom=true"
 else
 	with_wacom="-D libwacom=false"