diff options
author | Leah Rowe <leah@libreboot.org> | 2024-09-25 22:21:59 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-09-25 23:21:15 +0100 |
commit | 2b0fe39acb4d911edd9d7631e8aa6b97778e68fa (patch) | |
tree | d84b7da838361dbb5c1b487c621aecf24d0097ce /config/dependencies/arch | |
parent | c723ce56d2ae228fb0ead686ad0c6fa6e2a92c36 (diff) |
config/git: Import pcsx-redux
We don't need the entire emulator, but we will be using
a specific part: src/mips/openbios
third_party/uC-sdk submodule is included, because it
contains the necessary header files when building open bios.
I will be adding Sony Playstation support to Libreboot,
alongside a new emulator project to be announced soon.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/arch')
-rw-r--r-- | config/dependencies/arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/arch b/config/dependencies/arch index 588f47b3..6a0f93b7 100644 --- a/config/dependencies/arch +++ b/config/dependencies/arch @@ -9,4 +9,4 @@ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \ " -aur_notice="bdf-unifont unifont" +aur_notice="bdf-unifont unifont cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc" |