diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:09:35 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-06 03:29:52 +0100 |
| commit | 0be05816e70bc0cc3ab6bf812fbf5515eddd6b8e (patch) | |
| tree | 9c90647cc0801a8742d7d6ea544dc6b9a3e6dc22 /roles/hyprshare/meta | |
| parent | a38bb05301efe2fb179a8dd622e16e8fd70250cb (diff) | |
Refactor hyprshare and abstract role dependencies
Diffstat (limited to 'roles/hyprshare/meta')
| -rw-r--r-- | roles/hyprshare/meta/main.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/hyprshare/meta/main.yml b/roles/hyprshare/meta/main.yml index 2a1224b7..ac6ff156 100644 --- a/roles/hyprshare/meta/main.yml +++ b/roles/hyprshare/meta/main.yml @@ -1,5 +1,6 @@ --- -dependencies: [] +dependencies: + - role: "xdg-desktop-portal" galaxy_info: author: "a14m" description: "Install Hyprland screensharing dependencies" |
