diff options
author | Leah Rowe <leah@libreboot.org> | 2025-01-04 14:21:24 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-01-04 14:21:24 +0000 |
commit | b8e6d12f3d90e70b6d7a32cc8dc9d1eb8d96c26d (patch) | |
tree | 2ee90731b16730ad0272a8fe3bee19b78e38b893 /config/dependencies | |
parent | cf8ad497b4e5f13eb289c0d846e4e5b34b9e81e6 (diff) |
add libx86 to arch dependencies
needed to compile the "int" tool defined
under config/git/
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies')
-rw-r--r-- | config/dependencies/arch | 2 | ||||
-rw-r--r-- | config/dependencies/parabola | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/dependencies/arch b/config/dependencies/arch index 8278486b..feb38d49 100644 --- a/config/dependencies/arch +++ b/config/dependencies/arch @@ -6,7 +6,7 @@ acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \ autogen base-devel bison cmake curl device-mapper doxygen \ dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ -ncurses openssl p7zip ccache less \ +ncurses openssl p7zip ccache less libx86 \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib mtools \ " diff --git a/config/dependencies/parabola b/config/dependencies/parabola index 0a7ae49a..eb7115f7 100644 --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -6,7 +6,7 @@ acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \ autogen base-devel bdf-unifont bison cmake curl device-mapper doxygen \ dtc e2fsprogs flex freetype2 fuse2 gawk gcc-ada gdb gettext git \ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ -ncurses openssl p7zip less \ +ncurses openssl p7zip less libx86 \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \ wget xz zlib ccache \ |