fixing some issues
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user