more hyprland fixes

This commit is contained in:
Matthew Stobbs
2025-03-02 09:44:40 -07:00
parent 1492dd0db4
commit 18fca577e7
14 changed files with 242 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
when:
- hyprland_clean
become: "{{ ext_become }}"
loop: hyprlang.installed_files
loop: "{{ hyprlang.installed_files }}"
loop_control:
loop_var: file
ansible.builtin.file:
@@ -34,7 +34,7 @@
- name: Build hyprlang
ansible.builtin.command:
creates: "{{ hyprlang.git_path }}/build/hyprlang.pc"
creates: "{{ hyprlang.git_path }}/build/hyprlang.so"
chdir: "{{ hyprlang.git_path }}"
argv:
- cmake