flutter, get it installing on Artix by converting the rest of the package names to variables.

This commit is contained in:
2026-08-04 08:05:20 -07:00
parent be849d9c70
commit c66938f738
2 changed files with 21 additions and 7 deletions
+7 -7
View File
@@ -69,9 +69,9 @@
- git
- "{{ ninja }}"
- pkg-config
- libgtk-3-dev
- liblzma-dev
- libstdc++-12-dev
- "{{ gtk3 }}"
- "{{ xz_libs }}"
- "{{ cpp }}"
state: present
when: coding == true
@@ -79,10 +79,10 @@
- name: Workstation | Linux | Software | Flutter | Android App Dependencies
package:
name:
- libc6:amd64
- libstdc++6
- lib32z1
- libbz2-1.0
- "{{ c_libs }}"
- "{{ cpp_libs }}"
- "{{ z_libs }}"
- "{{ bzip }}"
state: present
when: coding == true