update mk_xfce.sh

This commit is contained in:
superconvert 2022-08-14 15:53:33 +08:00
parent 0d0c54102e
commit 6f767dd9b2

View File

@ -12,6 +12,8 @@ if [ -f "/usr/bin/apt" ]; then
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio -y
# gtk+ 编译
apt install libcups2-dev libxrandr-dev libxi-dev libatk-bridge2.0-dev libxinerama-dev libvulkan-dev -y
# xfce 编译
apt install x11-xserver-utils -y
fi
if [ -f "/usr/bin/yum" ]; then