1
0
forked from pool/libksysguard5

- Don't try to use WebEngine on unsupported architectures

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/libksysguard5?expand=0&rev=194
This commit is contained in:
2018-11-14 11:54:09 +00:00
committed by Git OBS Bridge
parent da7d7ea434
commit 91dfed3177
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 14 11:02:43 UTC 2018 - Fabian Vogt <fabian@ritter-vogt.de>
- Don't try to use WebEngine on unsupported architectures
-------------------------------------------------------------------
Tue Nov 6 15:53:28 UTC 2018 - fabian@ritter-vogt.de

View File

@@ -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)