Skip to content

Commit 56e54df

Browse files
authored
Merge pull request #10340 from dennisameling/cairo-arm64
cairo (and deps): enable for clangarm64
2 parents cdd1c0e + d0ea773 commit 56e54df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mingw-w64-cairo/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pkgver=1.17.4
99
pkgrel=4
1010
pkgdesc="Cairo vector graphics library (mingw-w64)"
1111
arch=('any')
12-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
12+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1313
url="https://cairographics.org/"
1414
license=(LGPL2.1 MPL1.1)
1515
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"

mingw-w64-lzo2/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pkgver=2.10
77
pkgrel=2
88
pkgdesc="Portable lossless data compression library (mingw-w64)"
99
arch=(any)
10-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
10+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1111
url="https://www.oberhumer.com/opensource/lzo"
1212
license=("GPL")
1313
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-autotools")

mingw-w64-pixman/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pkgver=0.40.0
88
pkgrel=2
99
pkgdesc="The pixel-manipulation library for X and cairo (mingw-w64)"
1010
arch=('any')
11-
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
11+
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
1212
url="https://xorg.freedesktop.org/"
1313
license=(MIT)
1414
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"

0 commit comments

Comments
 (0)