fixing some issues

This commit is contained in:
Matthew Stobbs
2025-03-11 09:37:31 -06:00
parent 9e68ad9758
commit dd7a061d22

View File

@@ -9,21 +9,21 @@
ansible.builtin.command:
creates: "{{ d_tempdir.path }}/uwsm/build"
chdir: "{{ d_tempdir.path }}/uwsm"
cmd:
argv:
- meson
- setup
- --prefix={{ path.prefix }}
- --prefix={{ hyprland.prefix }}
- -Duuctl=enabled
- -Dfumon=enabled
- -Duwsm-app=enabled
- build
- name: Install uwsm
become: "{{ ext_become }}"
become: true
ansible.builtin.command:
creates: "{{ path.bin }}/uwsm"
creates: "{{ hyprland.prefix }}/bin/uwsm"
chdir: "{{ d_tempdir.path }}/uwsm"
cmd:
argv:
- meson
- install
- -C