11 lines
570 B
YAML
11 lines
570 B
YAML
- 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"
|
|
clean: "{{ pkgconfig_hyprland_clean | default(default.clean_src) }}"
|