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