comparison graphics/gtk/gtk.sh @ 657:b0fd9c97761e

vanilla: fix all dependencies
author David Demelier <markand@malikania.fr>
date Tue, 30 Jul 2019 20:40:00 +0200
parents 9de04ddc6f6d
children 720ded7ed1b6
comparison
equal deleted inserted replaced
656:3c112022e2a2 657:b0fd9c97761e
47 else 47 else
48 with_nls="--disable-nls" 48 with_nls="--disable-nls"
49 fi 49 fi
50 50
51 if [ "$WAYLAND" = "yes" ] || [ "$X" = "yes" ]; then 51 if [ "$WAYLAND" = "yes" ] || [ "$X" = "yes" ]; then
52 PKGDEPENDS="graphics/pango $PKGDEPENDS" 52 PKGDEPENDS="font/pango $PKGDEPENDS"
53 53
54 if [ "$WAYLAND" = "yes" ]; then 54 if [ "$WAYLAND" = "yes" ]; then
55 PKGDEPENDS="graphics/wayland $PKGDEPENDS" 55 PKGDEPENDS="graphics/wayland $PKGDEPENDS"
56 with_wayland="--enable-wayland-backend" 56 with_wayland="--enable-wayland-backend"
57 else 57 else