Feat(Choux): update wine packages and add lutris
This commit is contained in:
parent
90734e6ee5
commit
6345da2907
@ -19,17 +19,17 @@
|
|||||||
pacman:
|
pacman:
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
|
|
||||||
- name: Install WINE
|
- name: Install WINE and Lutris
|
||||||
pacman:
|
pacman:
|
||||||
name: "{{ item }}"
|
name:
|
||||||
|
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
||||||
|
- wine
|
||||||
|
- winetricks
|
||||||
|
- wine_gecko
|
||||||
|
- wine-mono
|
||||||
|
# Audio
|
||||||
|
- lib32-alsa-plugins
|
||||||
|
- lib32-libpulse
|
||||||
|
- lib32-openal
|
||||||
|
- lutris
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
|
||||||
- lib32-libglvnd # wine has multiple fulfilments for lib32-libgl
|
|
||||||
- wine
|
|
||||||
- winetricks
|
|
||||||
- wine_gecko
|
|
||||||
- wine-mono
|
|
||||||
# Audio
|
|
||||||
- lib32-alsa-plugins
|
|
||||||
- lib32-libpulse
|
|
||||||
- lib32-openal
|
|
||||||
|
Loading…
Reference in New Issue
Block a user