diff graphics/cairo/cairo.sh @ 1094:3dece1f7570b

vanilla: add many ghost dependencies
author David Demelier <markand@malikania.fr>
date Mon, 09 Sep 2019 21:10:00 +0200
parents ddab65a5b3f5
children 7cf9db049342
line wrap: on
line diff
--- a/graphics/cairo/cairo.sh	Mon Sep 09 21:05:00 2019 +0200
+++ b/graphics/cairo/cairo.sh	Mon Sep 09 21:10:00 2019 +0200
@@ -116,7 +116,7 @@
 fi
 
 if [ "$X" = "yes" ]; then
-	PKGDEPENDS="libxrender libxext libx11 libxcb"
+	PKGDEPENDS="libxrender libxext libx11 libxcb $PKGDEPENDS"
 	with_x="--enable-xlib $with_x"
 	with_x="--enable-xlib-xrender $with_x"
 	with_x="--enable-xcb=yes $with_x"