From 0cef92287ab9c5510254f4773d7a3ea64fad818f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 Apr 2019 13:35:13 -0500 Subject: [PATCH] webengine arch-conditional --- libksysguard.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libksysguard.spec b/libksysguard.spec index fa25693..a5c7524 100644 --- a/libksysguard.spec +++ b/libksysguard.spec @@ -37,7 +37,9 @@ BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5X11Extras) # qt5 optional +%ifarch %{qt5_qtwebengine_arches} BuildRequires: cmake(Qt5WebEngineWidgets) +%endif BuildRequires: libXres-devel BuildRequires: zlib-devel