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/void | |
parent | 1dd32ea548739c7e1daf0283697189b44e71d7c6 (diff) |
remove geteltorito and mtools from lbmk
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/void')
-rw-r--r-- | config/dependencies/void | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/void b/config/dependencies/void index 44a5676b..5eb65d14 100644 --- a/config/dependencies/void +++ b/config/dependencies/void @@ -8,5 +8,5 @@ freetype freetype-devel fuse gawk gcc-ada gdb gettext gettext-devel git \ help2man innoextract libftdi1 libpciaccess libusb nasm ncurses \ ncurses-devel openssl openssl-devel p7zip parted pciutils perl perl-LWP \ python python3 python3-setuptools rsync sharutils subversion texinfo \ -unar unzip wget xz zlib ccache geteltorito mtools +unar unzip wget xz zlib ccache \ " |