File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ VERSION_ARCHIVE=3.7.2
111
111
VERSION_FONTCONFIG=2.14.2
112
112
VERSION_HARFBUZZ=8.2.1
113
113
VERSION_PIXMAN=0.42.2
114
- VERSION_CAIRO=1.17.8
114
+ VERSION_CAIRO=1.18.0
115
115
VERSION_FRIBIDI=1.0.13
116
116
VERSION_PANGO=1.51.0
117
117
VERSION_RSVG=2.57.0
@@ -391,10 +391,10 @@ meson setup _build --default-library=static --buildtype=release --strip --prefix
391
391
meson install -C _build --tag devel
392
392
393
393
mkdir ${DEPS} /cairo
394
- $CURL https://gitlab.freedesktop. org/cairo /cairo/-/archive/ ${VERSION_CAIRO} /cairo- ${VERSION_CAIRO} .tar.bz2 | tar xjC ${DEPS} /cairo --strip-components=1
394
+ $CURL https://cairographics. org/releases /cairo- ${VERSION_CAIRO} .tar.xz | tar xJC ${DEPS} /cairo --strip-components=1
395
395
cd ${DEPS} /cairo
396
396
meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
397
- ${LINUX: +-Dquartz=disabled} ${DARWIN: +-Dquartz=enabled} -Dxcb=disabled -Dxlib=disabled -Dzlib=disabled \
397
+ ${LINUX: +-Dquartz=disabled} ${DARWIN: +-Dquartz=enabled} -Dtee=disabled - Dxcb=disabled -Dxlib=disabled -Dzlib=disabled \
398
398
-Dtests=disabled -Dspectre=disabled -Dsymbol-lookup=disabled
399
399
meson install -C _build --tag devel
400
400
You can’t perform that action at this time.
0 commit comments