diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-22 23:13:43 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-22 23:13:43 +0000 |
commit | a8b35c88cf132aab6704c3babbc109de4f7cc520 (patch) | |
tree | 52c0ece49577d97adb39c348632ce8843572ab11 /config/dependencies/parabola | |
parent | 1dd32ea548739c7e1daf0283697189b44e71d7c6 (diff) |
we needed these for extracting intel vga roms from
lenovoo updates, for t480, very briefly. about an hour
after i pushed that patch, mate kukri fixed libgfxinit
and then i removed the vgarom integration because it
wasn't needed anymore.
however, i forgot to remove geteltorito/mtools from
dependencies. some distros like fedora were problematic
about it.
the best thing about bugs is when you don't have to fix them.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/parabola')
-rw-r--r-- | config/dependencies/parabola | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/dependencies/parabola b/config/dependencies/parabola index d62caf21..f598e491 100644 --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -7,7 +7,7 @@ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ ncurses openssl p7zip \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \ -wget xz zlib ccache mtools \ +wget xz zlib ccache \ " -aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc geteltorito" +aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc" |