flutter, get it installing on Artix by converting the rest of the package names to variables.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user