File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -558,11 +558,14 @@ if [ $BASE_LIBS -eq 1 ]; then
558558 libxcb-cursor-dev libxcb-xkb-dev libxcb-keysyms1-dev \
559559 libxcb-* libxcb-cursor0 \
560560 libxkbcommon-dev
561- if ! [[ $DISTRO_VERSION =~ 26\. [0-9]+ ]]; then
562- package_install xserver-xorg-input-kbd xserver-xorg-input-mouse
563- fi
561+ # if ! [[ $DISTRO_VERSION =~ 26\.[0-9]+ ]]; then
562+ # package_install xserver-xorg-input-kbd xserver-xorg-input-mouse
563+ # fi
564564 # Base dependency
565- package_install liblzo2-dev libssl-dev libcrypt-dev libicu-dev zlib1g-dev libtelnet-dev
565+ package_install liblzo2-dev libssl-dev libcrypt-dev libicu-dev zlib1g-dev
566+ if [ " $DISTRO " != " deepin" ]; then
567+ package_install libtelnet-dev
568+ fi
566569 # RabbitCommon dependency
567570 package_install libcmark-dev cmark
568571 # VNC dependency
You can’t perform that action at this time.
0 commit comments