From 91dfed317746c7bc033c6fb4dd536219e595511f8eac2908a435f19f971bd1c2 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 14 Nov 2018 11:54:09 +0000 Subject: [PATCH] - Don't try to use WebEngine on unsupported architectures OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=194 --- libksysguard5.changes | 5 +++++ libksysguard5.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libksysguard5.changes b/libksysguard5.changes index 39d9094..aae1979 100644 --- a/libksysguard5.changes +++ b/libksysguard5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 14 11:02:43 UTC 2018 - Fabian Vogt + +- Don't try to use WebEngine on unsupported architectures + ------------------------------------------------------------------- Tue Nov 6 15:53:28 UTC 2018 - fabian@ritter-vogt.de diff --git a/libksysguard5.spec b/libksysguard5.spec index 15b9719..40a592b 100644 --- a/libksysguard5.spec +++ b/libksysguard5.spec @@ -50,7 +50,9 @@ BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(Qt5DBus) >= 5.4.0 BuildRequires: cmake(Qt5Network) >= 5.4.0 +%ifnarch ppc ppc64 ppc64le s390 s390x BuildRequires: cmake(Qt5WebEngineWidgets) >= 5.4.0 +%endif BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 BuildRequires: pkgconfig(x11)