diff options
author | Leah Rowe <leah@libreboot.org> | 2025-05-19 17:40:44 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-05-19 17:40:44 +0100 |
commit | 265ec0b7673d3df608dfb9e1cbec39b3bb68cdd6 (patch) | |
tree | 56a0f3f969b07cb328897dab14c914a1b3fb5430 | |
parent | 2702a43a86d51aba2123d620ce2f383d8fc41311 (diff) |
dependencies/debian: add libx86
already present on a few other config files, e.g. arch
i noticed on debian-experimental that i needed to explicitly
install it, whereas it was implicitly installed on debian 12
Signed-off-by: Leah Rowe <leah@libreboot.org>
-rwxr-xr-x | config/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index 992fb690..d4c26ee0 100755 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -14,5 +14,5 @@ libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils perl pkg-config python3 python3-distutils-extra python3-pkg-resources python3-pycryptodome \ python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \ unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \ -g++-mipsel-linux-gnu make genisoimage mtools \ +g++-mipsel-linux-gnu make genisoimage mtools libx86-1 libx86-dev \ " |