temp/gtk4.0: workaround for mesa-asahi being used (MR 4760)
Fixes: issue 2561 [ci:skip-build]: already built successfully in CI
This commit is contained in:
parent
b5bb90e3d3
commit
f0ab570655
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
pkgname=gtk4.0
|
||||
pkgver=9999.4.12.5
|
||||
_pkgver=4.12.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="The GTK Toolkit (v4)"
|
||||
url="https://www.gtk.org/"
|
||||
arch="all"
|
||||
|
@ -11,6 +11,7 @@ options="!check" # Test suite is known to fail upstream
|
|||
license="LGPL-2.1-or-later"
|
||||
subpackages="$pkgname-dbg $pkgname-demo $pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
depends="shared-mime-info gtk-update-icon-cache tzdata iso-codes"
|
||||
depends="$depends !mesa-asahi" # NOTE: workaround until this lands: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/59590
|
||||
depends_dev="
|
||||
at-spi2-core-dev
|
||||
gdk-pixbuf-dev
|
||||
|
|
Loading…
Reference in a new issue