diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-23 12:49:31 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-23 12:49:31 +0100 |
| commit | e6abc7b52aff2ef3a41dcba0f393a1104e04e2d5 (patch) | |
| tree | e92d741e989f3d074932a2910c157f42f0e9566b /config/dependencies/debian | |
| parent | 27dec0ccdc73d71af4782372c9d0fcd7cdb742d0 (diff) | |
add imagemagick to dependencies
needed for coreboot these days
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/debian')
| -rw-r--r-- | config/dependencies/debian | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index 9adec785..b92d3d62 100644 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -1,9 +1,5 @@ # SPDX-License-Identifier: GPL-3.0-or-later -# TODO: find out what imagemagick is needed for in 15h.org dependencies: -# https://15h.org/index.php/Coreboot-15h -# probably the coreboot splash screen option, which we don't use in lbmk - pkg_add="apt-get install --no-install-recommends $reinstall" pkglist=" \ acpica-tools autoconf autogen automake autopoint autotools-dev bc \ @@ -18,5 +14,5 @@ libusb-dev lz4 lzma lzma-alone m4 nasm openssl 7zip 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 \ -g++-mipsel-linux-gnu make genisoimage mtools libx86-1 libx86-dev libstdc++-arm-none-eabi-newlib autoconf-archive \ +g++-mipsel-linux-gnu make genisoimage mtools libx86-1 libx86-dev libstdc++-arm-none-eabi-newlib autoconf-archive imagemagick \ " |
