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: ansible.builtin.command:
creates: "{{ d_tempdir.path }}/uwsm/build" creates: "{{ d_tempdir.path }}/uwsm/build"
chdir: "{{ d_tempdir.path }}/uwsm" chdir: "{{ d_tempdir.path }}/uwsm"
cmd: argv:
- meson - meson
- setup - setup
- --prefix={{ path.prefix }} - --prefix={{ hyprland.prefix }}
- -Duuctl=enabled - -Duuctl=enabled
- -Dfumon=enabled - -Dfumon=enabled
- -Duwsm-app=enabled - -Duwsm-app=enabled
- build - build
- name: Install uwsm - name: Install uwsm
become: "{{ ext_become }}" become: true
ansible.builtin.command: ansible.builtin.command:
creates: "{{ path.bin }}/uwsm" creates: "{{ hyprland.prefix }}/bin/uwsm"
chdir: "{{ d_tempdir.path }}/uwsm" chdir: "{{ d_tempdir.path }}/uwsm"
cmd: argv:
- meson - meson
- install - install
- -C - -C