mirror of https://github.com/AxioDL/metaforce.git
fix dependencies for Ubuntu 21.04+/Debian 11+
This should not break compatibility with older versions qt5-default no longer exists as a package in apt repositories
This commit is contained in:
parent
01ee9a83b4
commit
f3ff34bf78
|
@ -74,7 +74,8 @@ NFS files dumped from Metroid Prime Trilogy on Wii U VC can be used directly wit
|
|||
```
|
||||
build-essential curl git ninja-build clang lld zlib1g-dev libcurl4-openssl-dev \
|
||||
libglu1-mesa-dev libdbus-1-dev libvulkan-dev libxi-dev libxrandr-dev libasound2-dev libpulse-dev \
|
||||
libudev-dev libpng-dev libncurses5-dev cmake libx11-xcb-dev python3 python-is-python3 qt5-default
|
||||
libudev-dev libpng-dev libncurses5-dev cmake libx11-xcb-dev python3 python-is-python3 \
|
||||
qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libclang-dev
|
||||
```
|
||||
* Arch Linux packages
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue