mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 13:36:58 +02:00
x11-libs/pixman: Sync with Gentoo
It's from Gentoo commit aad4d77f5d504fca3ddd77cf1314f0e45d55c7bf.
This commit is contained in:
parent
0dd3d45d2f
commit
955fedf098
@ -14,7 +14,7 @@ inherit flag-o-matic ${GIT_ECLASS} meson-multilib multiprocessing toolchain-func
|
|||||||
DESCRIPTION="Low-level pixel manipulation routines"
|
DESCRIPTION="Low-level pixel manipulation routines"
|
||||||
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
|
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
|
||||||
if [[ ${PV} != 9999* ]]; then
|
if [[ ${PV} != 9999* ]]; then
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
||||||
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz"
|
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -51,6 +51,8 @@ multilib_src_configure() {
|
|||||||
-Ddemos=disabled
|
-Ddemos=disabled
|
||||||
-Dgtk=disabled
|
-Dgtk=disabled
|
||||||
-Dlibpng=disabled
|
-Dlibpng=disabled
|
||||||
|
# explicitly disable RVV due to https://bugs.gentoo.org/95938
|
||||||
|
-Drvv=disabled
|
||||||
)
|
)
|
||||||
|
|
||||||
if [[ ${ABI} == arm64 ]]; then
|
if [[ ${ABI} == arm64 ]]; then
|
Loading…
Reference in New Issue
Block a user