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:
committed by
Jeremy Soller
parent
dde58209de
commit
bc684170d0
@@ -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
|
||||
|
Reference in New Issue
Block a user