From bcfc716b462831bdab884e0482f8efe0f60a4684 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 2 Aug 2026 11:58:52 -0700 Subject: [PATCH] Flutter, change a few dependencies to be handled better across different distros. --- facts/general/package.yml | 5 +++++ tasks/workstation/linux/software/flutter.yml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/facts/general/package.yml b/facts/general/package.yml index bc6641b..c4a2d60 100644 --- a/facts/general/package.yml +++ b/facts/general/package.yml @@ -16,6 +16,8 @@ tmux: tmux base_devel: htop # Placeholder for Arch package. macbook_wifi_driver: broadcom-sta-dkms + xz: xz + mesa: mesa - name: General | Facts | Package | Parrot OS Fixes set_fact: @@ -33,6 +35,8 @@ encfs: encfs dig: dnsutils neofetch: fastfetch + xz: xz-utils + mesa: libglu1-mesa when: ansible_pkg_mgr == "apt" - name: General | Facts | Package | pacman @@ -46,6 +50,7 @@ dig: bind base_devel: base-devel macbook_wifi_driver: broadcom-wl-dkms + mesa: mesa-utils mesa when: ansible_pkg_mgr == "pacman" - name: General | Facts | Package | FreeBSD diff --git a/tasks/workstation/linux/software/flutter.yml b/tasks/workstation/linux/software/flutter.yml index 93932b3..c4ddf0d 100644 --- a/tasks/workstation/linux/software/flutter.yml +++ b/tasks/workstation/linux/software/flutter.yml @@ -59,9 +59,9 @@ - curl - git - unzip - - xz-utils + - "{{ xz }}" - zip - - libglu1-mesa + - "{{ mesa }}" state: present when: coding == true