aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-19 12:33:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-19 12:33:13 -0300
commite7ed4f6bc74ec43ddbf630d7b151452b47475c78 (patch)
treee08490b3a4924517582502114f0406eb1e50abdf
parent058874706b9da148d09b6bbd24aa793c9a21a94a (diff)
community/xdg-desktop-portal-gtk: disable on polkit-less arches
-rw-r--r--community/xdg-desktop-portal-gtk/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdg-desktop-portal-gtk/APKBUILD b/community/xdg-desktop-portal-gtk/APKBUILD
index 21673253bef..404352f813e 100644
--- a/community/xdg-desktop-portal-gtk/APKBUILD
+++ b/community/xdg-desktop-portal-gtk/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.8.0
pkgrel=0
pkgdesc="Gtk implementation of xdg-desktop-portal"
url="https://github.com/flatpak/xdg-desktop-portal-gtk"
-arch="all"
+arch="all !mips !mips64 !s390x" # xdg-desktop-portal->flatpak->polkit
license="LGPL-2.1-or-later"
depends="xdg-desktop-portal"
makedepends="gtk+3.0-dev dbus-dev gnome-desktop-dev"