Skip to content
Snippets Groups Projects
Commit ae5ac41a authored by Sébastien Blin's avatar Sébastien Blin
Browse files

rpm: add vulkan support for Qt 6.2

Change-Id: Iacf9fd55b6a8cfc3521df1c10cb99192de8ae536
parent 330ee033
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ RUN dnf install -y \
perl-English \
libxshmfence-devel \
ninja-build \
vulkan-devel \
python2-six \
cmake
......
......@@ -90,6 +90,7 @@ RUN dnf install -y \
perl-generators \
perl-English \
libxshmfence-devel \
vulkan-devel \
ninja-build \
cmake
......
......@@ -79,6 +79,7 @@ RUN dnf install -y \
libxcb* \
libxkb* \
libX11-devel \
vulkan-devel \
libXrender-devel \
xcb-util-* \
xz \
......@@ -90,8 +91,8 @@ RUN dnf install -y \
perl-generators \
perl-English \
libxshmfence-devel \
ninja-build \
clang \
ninja-build \
clang \
cmake
ADD scripts/build-package-rpm.sh /opt/build-package-rpm.sh
......
......@@ -88,6 +88,7 @@ RUN zypper --non-interactive install -y \
xcb-proto-devel \
xcb-* \
xorg-* \
vulkan-devel \
ninja \
wget
......
......@@ -34,6 +34,7 @@ BuildRequires: make
BuildRequires: bison
BuildRequires: gperf
BuildRequires: flex
BuildRequires: vulkan-devel
%if %{defined suse_version}
BuildRequires: python-xml
BuildRequires: mozilla-nss-devel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment