mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Provisioning: Change installation order between libicu and gtk3
Gtk3-devel includes dependency which conflicts with libicu-devel. Changing installation order should solve it Pick-to: 6.3 Pick-to: 6.2 Change-Id: Iaba3e1710c2a82ec2bab076c88a7afb33896d4bc Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
committed by
Jukka Jokiniva
parent
81dcae4f93
commit
1e8939b4b2
@@ -72,6 +72,9 @@ sudo zypper -nq install p7zip
|
||||
# EGL support
|
||||
sudo zypper -nq install Mesa-libEGL-devel Mesa-libGL-devel
|
||||
|
||||
# ICU
|
||||
sudo zypper -nq install libicu-devel libicu-suse65_1
|
||||
|
||||
# gtk3 style for QtGui/QStyle
|
||||
sudo zypper -nq install gtk3-devel
|
||||
|
||||
@@ -82,9 +85,6 @@ sudo zypper -nq install libXi-devel postgresql13 postgresql13-devel mysql-devel
|
||||
sudo zypper -nq install xcb-util-devel xcb-util-image-devel xcb-util-keysyms-devel \
|
||||
xcb-util-wm-devel xcb-util-renderutil-devel
|
||||
|
||||
# ICU
|
||||
sudo zypper -nq install libicu-devel libicu-suse65_1
|
||||
|
||||
# qtwebengine
|
||||
sudo zypper -nq install alsa-devel dbus-1-devel libxkbfile-devel libdrm-devel \
|
||||
libXcomposite-devel libXcursor-devel libXrandr-devel libXtst-devel \
|
||||
|
||||
Reference in New Issue
Block a user