diff options
Diffstat (limited to 'x11/xdg-desktop-portal-hyprland/Makefile')
-rw-r--r-- | x11/xdg-desktop-portal-hyprland/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |