mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Let Qt use Vulkan headers for Vulkan support
This commit is contained in:
parent
898edad09b
commit
2065616592
2 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,7 @@ RUN yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.n
|
|||
&& yum -y install git meson ninja-build autoconf automake libtool patch \
|
||||
fontconfig-devel freetype-devel libX11-devel at-spi2-core-devel alsa-lib-devel \
|
||||
pulseaudio-libs-devel mesa-libGL-devel mesa-libEGL-devel mesa-libgbm-devel \
|
||||
libdrm-devel gtk3-devel \
|
||||
libdrm-devel vulkan-devel gtk3-devel \
|
||||
perl-XML-Parser pkgconfig bison yasm file which xorg-x11-util-macros \
|
||||
devtoolset-10-make devtoolset-10-gcc devtoolset-10-gcc-c++ \
|
||||
devtoolset-10-binutils llvm-toolset-7.0 llvm-toolset-7.0-clang-devel \
|
||||
|
|
|
@ -334,6 +334,7 @@ parts:
|
|||
- libpcre2-dev
|
||||
- libpng-dev
|
||||
- libsm-dev
|
||||
- libvulkan-dev
|
||||
- libwayland-dev
|
||||
- libx11-dev
|
||||
- libx11-xcb-dev
|
||||
|
@ -370,6 +371,7 @@ parts:
|
|||
- libpcre2-16-0
|
||||
- libpng16-16
|
||||
- libsm6
|
||||
- libvulkan1
|
||||
- libwayland-client0
|
||||
- libwayland-cursor0
|
||||
- libwayland-egl1
|
||||
|
|
Loading…
Add table
Reference in a new issue