diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-09-19 12:30:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-19 12:30:54 -0300 |
commit | 941901e0544931dc85d384841d8648eaf84305da (patch) | |
tree | b4d85e25484d8e02b9662af163a089c69934e672 | |
parent | d91e6c8cac4938e684221df2bc2c500ca2287fb0 (diff) |
community/xdg-desktop-portal: disable on polkit-less arches
-rw-r--r-- | community/xdg-desktop-portal/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xdg-desktop-portal/APKBUILD b/community/xdg-desktop-portal/APKBUILD index 4cb844cba8f..9c182086481 100644 --- a/community/xdg-desktop-portal/APKBUILD +++ b/community/xdg-desktop-portal/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Desktop integration portal" options="!check" # Requires libportal which has no stable tags url="https://github.com/flatpak/xdg-desktop-portal" -arch="all" +arch="all !mips !mips64 !s390x" # flatpak->polkit license="LGPL-2.1-or-later" depends="bubblewrap" makedepends="gettext-dev glib-dev json-glib-dev fontconfig-dev |