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:
cobalt2727 2021-08-12 08:40:23 -05:00 committed by Luke Street
parent 01ee9a83b4
commit f3ff34bf78
1 changed files with 2 additions and 1 deletions

View File

@ -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
```