diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2025-07-03 02:07:06 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2025-07-03 02:16:07 +0000 |
commit | 4e191f5c257c3fd646a940b60308d789f778b3f9 (patch) | |
tree | 0efd1af73341e5fa47fdbe4bf8ee37adb344ace4 | |
parent | fafbb61d688b682e36065bf2722637fb919e54be (diff) |
-rw-r--r-- | x11/xdg-desktop-portal-luminous/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 489e93f169ea..e1947a2e7866 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -10,6 +10,10 @@ WWW= https://github.com/waycrate/xdg-desktop-portal-luminous LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 +BROKEN_i386= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 +BROKEN_powerpc= https://github.com/waycrate/xdg-desktop-portal-luminous/issues/86 + LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ |