Drop qt5 as a dep

It is only needed for building UEFITool/UEFIExtract, but cmake can just
be used by itself for that.
This commit is contained in:
Tim Crawford
2021-05-12 16:59:29 -06:00
committed by Jeremy Soller
parent dde58209de
commit bc684170d0

View File

@@ -36,7 +36,6 @@ if [[ "${ID}" =~ "debian" ]] || [[ "${ID_LIKE}" =~ "debian" ]]; then
parted \
python \
python3-distutils \
qt5-default \
sdcc \
uuid-dev \
zlib1g-dev
@@ -59,7 +58,6 @@ elif [[ "${ID}" =~ "fedora" ]] || [[ "${ID_LIKE}" =~ "fedora" ]]; then
ncurses-devel \
parted \
patch \
qt5-qtbase-devel \
sdcc \
systemd-devel \
zlib-devel