comparison graphics/cairo/cairo.sh @ 343:91bf86b1b7f8

fonts/freetype: rename from lib/freetype
author David Demelier <markand@malikania.fr>
date Wed, 27 Mar 2019 21:00:00 +0100
parents 18a3a8db4361
children cc9fcf593315
comparison
equal deleted inserted replaced
342:8370eb7b15e5 343:91bf86b1b7f8
56 else 56 else
57 with_fontconfig="--disable-fc" 57 with_fontconfig="--disable-fc"
58 fi 58 fi
59 59
60 if [ "$FREETYPE" = "yes" ]; then 60 if [ "$FREETYPE" = "yes" ]; then
61 PKGDEPENDS="lib/freetype $PKGDEPENDS" 61 PKGDEPENDS="fonts/freetype $PKGDEPENDS"
62 with_freetype="--enable-ft" 62 with_freetype="--enable-ft"
63 else 63 else
64 with_freetype="--disable-ft" 64 with_freetype="--disable-ft"
65 fi 65 fi
66 66