diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-11 00:32:41 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-13 04:24:50 +0100 |
commit | 5e3362d86254119b395a531fc2e5f914b19aa441 (patch) | |
tree | 7f4950550e5eaed13976f9564a288f22c1acb274 | |
parent | ef57fd0989d6f869d4657ec6dc70e8c10ab31371 (diff) | |
download | freebsd-ports-5e3362d86254119b395a531fc2e5f914b19aa441.zip |
x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963
(cherry picked from commit 47aa6d895f70f1338a3e94560e39ce1064ee42d3)
-rw-r--r-- | x11/xdg-desktop-portal-hyprland/Makefile | 3 | ||||
-rw-r--r-- | x11/xdg-desktop-portal-luminous/Makefile | 3 | ||||
-rw-r--r-- | x11/xdg-desktop-portal-wlr/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 3e673f7f84b4..4d8c92dbeede 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libhyprlang.so:devel/hyprlang \ libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -RUN_DEPENDS= grim:x11/grim \ +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + grim:x11/grim \ slurp:x11/slurp FLAVORS= qt5 qt6 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index 5c12331aea0b..84f4554d98df 100644 --- a/x11/xdg-desktop-portal-luminous/Makefile +++ b/x11/xdg-desktop-portal-luminous/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire \ libxkbcommon.so:x11/libxkbcommon -RUN_DEPENDS= slurp:x11/slurp +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + slurp:x11/slurp USES= cargo llvm meson pkgconfig USE_GITHUB= yes diff --git a/x11/xdg-desktop-portal-wlr/Makefile b/x11/xdg-desktop-portal-wlr/Makefile index 73f5f4d78183..6bbe0d7ba72f 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -20,7 +20,8 @@ LIB_DEPENDS= libbasu.so:devel/basu \ libdrm.so:graphics/libdrm \ libwayland-client.so:graphics/wayland \ libpipewire-0.3.so:multimedia/pipewire -RUN_DEPENDS= grim:x11/grim \ +RUN_DEPENDS= xdg-desktop-portal>0:deskutils/xdg-desktop-portal \ + grim:x11/grim \ slurp:x11/slurp USES= compiler:c11 gl meson pkgconfig |