From 3df8490a0b5b68201286f3bfb12f2ccc9def895f Mon Sep 17 00:00:00 2001 From: jpzhang Date: Thu, 6 Aug 2020 14:58:51 +0800 Subject: [PATCH] Add compilation dependency to solve compilation failure --- qt5-qtwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index a503409..c31d67c 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -3,7 +3,7 @@ Name: qt5-%{qt_module} Version: 5.11.1 -Release: 4 +Release: 5 Summary: QtWayland component for qt5 License: LGPLv3 URL: http://www.qt.io @@ -15,7 +15,7 @@ Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtwayland-ever BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} -BuildRequires: qt5-qtdeclarative-devel +BuildRequires: qt5-qtdeclarative-devel libXext-devel BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(wayland-scanner) pkgconfig(wayland-server) pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-cursor) pkgconfig(wayland-egl) @@ -109,5 +109,8 @@ popd %changelog +* Thu Aug 06 2020 zhangjiapeng - 5.11.1-5 +- Add compilation dependency to solve compilation failure + * Fri Feb 14 2020 lingsheng - 5.11.1-4 - Package init