diff graphics/weston/weston.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 0e6c54d47dfb
children ddab65a5b3f5
line wrap: on
line diff
--- a/graphics/weston/weston.sh	Mon Aug 26 20:45:00 2019 +0200
+++ b/graphics/weston/weston.sh	Mon Aug 26 12:14:53 2019 +0200
@@ -48,7 +48,7 @@
 fi
 
 if [ "$X" = "yes" ]; then
-	PKGDEPENDS="x11/libx11 x11/libxcb x11/libxcursor"
+	PKGDEPENDS="libx11 libxcb libxcursor"
 	with_x="--enable-xwayland --enable-x11-compositor"
 else
 	with_x="--disable-xwayland --disable-x11-compositor"