diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-03-10 23:32:41 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-03-11 05:52:41 +0000 |
commit | 47aa6d895f70f1338a3e94560e39ce1064ee42d3 (patch) | |
tree | 3bda61acdcc8e6504bcdd83f048b69c79de99500 | |
parent | 57069df09d4adbaa3e234c234296ec33c645b186 (diff) |
x11/xdg-desktop-portal-*: depend on frontend after bbab7f59e963
-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 9d4c647f68c4..1d78831a441b 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -21,7 +21,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= qt6 qt5 diff --git a/x11/xdg-desktop-portal-luminous/Makefile b/x11/xdg-desktop-portal-luminous/Makefile index d6764f286072..718c71d307ae 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 2b64a969a484..b3ac2ba4517b 100644 --- a/x11/xdg-desktop-portal-wlr/Makefile +++ b/x11/xdg-desktop-portal-wlr/Makefile @@ -16,7 +16,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 |