add the rest of hyprland deps

This commit is contained in:
Matthew Stobbs
2025-03-02 16:10:51 -07:00
parent bf02eab5ec
commit d58ea8dafe
13 changed files with 309 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
- name: Ensure pkg_deps are added
loop: "{{ xdg_desktop_portal_hyprland.pkg_deps }}"
loop_control:
loop_var: pkg_dep
vars:
pkg: "{{ pkg_dep }}"
ansible.builtin.include_tasks:
file: addpkg.yml
- name: Append to pkg_src
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + xdg_desktop_portal_hyprland.build_deps }}"
pkg_src: "{{ pkg_src + ['xdg_desktop_portal_hyprland'] }}"