add the rest of hyprland deps
This commit is contained in:
8
tasks/config/xdg_desktop_portal_hyprland.yml
Normal file
8
tasks/config/xdg_desktop_portal_hyprland.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Set xdg-desktop-portal-hyprland config
|
||||
ansible.builtin.set_fact:
|
||||
xdg_desktop_portal_hyprland:
|
||||
vers: "{{ pkgconfig.xdg_desktop_portal_hyprland.version }}"
|
||||
repo: "{{ pkgconfig.xdg_desktop_portal_hyprland.repo }}"
|
||||
pkg_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.pkg_deps }}"
|
||||
build_deps: "{{ pkgconfig.xdg_desktop_portal_hyprland.build_deps[ansible_os_family] }}"
|
||||
|
||||
Reference in New Issue
Block a user