aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xdg-desktop-portal-wlr/APKBUILD
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2021-01-04 20:46:21 +0100
committerRasmus Thomsen <oss@cogitri.dev>2021-01-05 19:23:16 +0000
commit68a2239e28891cb5b4f233e10d3d7ab9c2cec083 (patch)
tree6b11fb86235befa10a12de1994877433c0166145 /testing/xdg-desktop-portal-wlr/APKBUILD
parent00d9a442d5a6988893e4ded68b2fa9d046511ac7 (diff)
treewide: disable s390x when depending on pipewire
Diffstat (limited to 'testing/xdg-desktop-portal-wlr/APKBUILD')
-rw-r--r--testing/xdg-desktop-portal-wlr/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xdg-desktop-portal-wlr/APKBUILD b/testing/xdg-desktop-portal-wlr/APKBUILD
index d9b0a19d9ae..c60c2140ffd 100644
--- a/testing/xdg-desktop-portal-wlr/APKBUILD
+++ b/testing/xdg-desktop-portal-wlr/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="wlroots implementation of xdg-desktop-portal"
url="https://github.com/emersion/xdg-desktop-portal-wlr"
-arch="all !mips !mips64 !s390x" # xdg-desktop-portal->flatpak->polkit
+arch="all !mips !mips64 !s390x" # xdg-desktop-portal->flatpak->polkit, s390x: pipewire
license="MIT"
depends="xdg-desktop-portal elogind"
makedepends="wlroots-dev pipewire-dev meson"