We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f420a26 commit 78164caCopy full SHA for 78164ca
1 file changed
Script/build_depend.sh
@@ -546,8 +546,11 @@ if [ $BASE_LIBS -eq 1 ]; then
546
libxcb-xinerama0-dev libxcb-composite0-dev libxcomposite-dev \
547
libxinerama-dev libxcb1-dev libx11-xcb-dev libxcb-xfixes0-dev \
548
libxcb-cursor-dev libxcb-xkb-dev libxcb-keysyms1-dev \
549
- libxcb-* libxcb-cursor0 xserver-xorg-input-mouse xserver-xorg-input-kbd \
+ libxcb-* libxcb-cursor0 xserver-xorg-input-mouse \
550
libxkbcommon-dev
551
+ if ! [[ "$DISTRO_VERSION" =~ "26.*" ]]; then
552
+ package_install xserver-xorg-input-kbd
553
+ fi
554
# Base dependency
555
package_install liblzo2-dev libssl-dev libcrypt-dev libicu-dev zlib1g-dev libtelnet-dev
556
# RabbitCommon dependency
0 commit comments