mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
qt, quickshell, wms
This commit is contained in:
parent
147bf7b5d6
commit
2eb5a886f8
8 changed files with 134 additions and 7 deletions
|
|
@ -1,3 +1,6 @@
|
|||
- name: Installing opengl libs
|
||||
ansible.builtin.import_tasks: opengl.yml
|
||||
|
||||
- name: Getting programs list to check fish presence
|
||||
ansible.builtin.package_facts:
|
||||
manager: auto
|
||||
|
|
@ -7,12 +10,6 @@
|
|||
become: true
|
||||
ansible.builtin.dnf5:
|
||||
name:
|
||||
- glew-devel
|
||||
- SDL2-devel
|
||||
- SDL2_image-devel
|
||||
- glm-devel
|
||||
- freetype-devel
|
||||
- mesa-libGLU
|
||||
- openal-soft
|
||||
- java-21-openjdk
|
||||
state: latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue