mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Build without libICE and libSM on Linux
There's no any session management anyway
This commit is contained in:
parent
9493a3e8d2
commit
945fa2dd4b
2 changed files with 4 additions and 3 deletions
|
@ -12,8 +12,8 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
|
|||
RUN yum -y install https://packages.endpoint.com/rhel/7/os/x86_64/endpoint-repo-1.7-1.x86_64.rpm
|
||||
RUN yum -y install centos-release-scl
|
||||
|
||||
RUN yum -y install git cmake3 zlib-devel gtk2-devel gtk3-devel libICE-devel \
|
||||
libSM-devel libdrm-devel autoconf automake libtool fontconfig-devel \
|
||||
RUN yum -y install git cmake3 zlib-devel gtk2-devel gtk3-devel \
|
||||
libdrm-devel autoconf automake libtool fontconfig-devel \
|
||||
freetype-devel libX11-devel at-spi2-core-devel alsa-lib-devel \
|
||||
pulseaudio-libs-devel mesa-libGL-devel mesa-libEGL-devel \
|
||||
pkgconfig bison yasm file which xorg-x11-util-macros \
|
||||
|
@ -436,6 +436,7 @@ RUN echo './configure -prefix '$'\"''$QT_PREFIX'$'\"'' \
|
|||
-qt-pcre \
|
||||
-no-icu \
|
||||
-no-gtk \
|
||||
-no-feature-xcb-sm \
|
||||
-no-feature-wayland-server \
|
||||
-static \
|
||||
-dbus-runtime \
|
||||
|
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit b5124ece3e4d36fbaf34cfa84f6141c015580055
|
||||
Subproject commit 783efab5aa41efb2db8a162174e016a254021b7d
|
Loading…
Add table
Reference in a new issue