add the rest of hyprland deps
This commit is contained in:
8
tasks/config/hyprland_protocols.yml
Normal file
8
tasks/config/hyprland_protocols.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Set hyperland-protocols config
|
||||
ansible.builtin.set_fact:
|
||||
hyprland_protocols:
|
||||
vers: "{{ pkgconfig.hyprland_protocols.version }}"
|
||||
repo: "{{ pkgconfig.hyprland_protocols.repo }}"
|
||||
build_deps: "{{ pkgconfig.hyprland_protocols.build_deps[ansible_os_family] }}"
|
||||
installed_files: "{{ pkgconfig.hyprland_protocols.build_installed_files }}"
|
||||
git_path: "{{ d_tempdir.path }}/hyperland-protocols"
|
||||
Reference in New Issue
Block a user