Skip to content

Commit

Permalink
x11/xdg-desktop-portal-*: depend on frontend after bbab7f5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Mar 11, 2024
1 parent 57069df commit 47aa6d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion x11/xdg-desktop-portal-hyprland/Makefile
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion x11/xdg-desktop-portal-luminous/Makefile
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion x11/xdg-desktop-portal-wlr/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 47aa6d8

Please sign in to comment.