Blame docker-builder-data/build/script/packet/cairo-1.14.6.sh

3b09af
DEPS="png-1.6.26 pixman-0.34.0"
ce0d6b
ce0d6b
PK_DIRNAME="cairo-1.14.6"
ce0d6b
PK_ARCHIVE="$PK_DIRNAME.tar.xz"
ce0d6b
PK_URL="https://www.cairographics.org/releases/$PK_ARCHIVE"
99b145
PK_LICENSE_FILES="AUTHORS COPYING COPYING-LGPL-2.1 COPYING-MPL-1.1"
ce0d6b
ce0d6b
source $INCLUDE_SCRIPT_DIR/inc-pkall-default.sh
ce0d6b
3b09af
if [ "$PLATFORM" = "linux" ] || [ ! -z "$IS_NATIVE" ]; then
3b09af
    DEPS="$DEPS xcbfull-1.12"
3b09af
fi