Blame env-builder-data/build/script/packet/pango-1.40.3.sh

86e24a
DEPS="harfbuzz-1.3.2 glib-2.50.0 cairo-1.15.4"
3b09af
#DEPS_NATIVE="gobjectintrospection-1.50.0"
86e24a
if [ "$PLATFORM" = "linux" ]; then
86e24a
    DEPS_NATIVE="$DEPS_NATIVE fontconfig-2.11.0"
86e24a
else
86e24a
    DEPS="$DEPS fontconfig-2.11.0"
86e24a
fi
ce0d6b
ce0d6b
PK_DIRNAME="pango-1.40.3"
ce0d6b
PK_ARCHIVE="$PK_DIRNAME.tar.xz"
ce0d6b
PK_URL="https://download.gnome.org/sources/pango/1.40/$PK_ARCHIVE"
ce0d6b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh