Accepting request 579468 from KDE:Qt5

- Enable journald support (boo#1050461)

OBS-URL: https://build.opensuse.org/request/show/579468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=76
This commit is contained in:
Dominique Leuenberger 2018-02-28 18:59:38 +00:00 committed by Git OBS Bridge
parent dca8012d99
commit b83c455678
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 23 09:00:44 UTC 2018 - fabian@ritter-vogt.de
- Enable journald support (boo#1050461)
-------------------------------------------------------------------
Mon Feb 12 14:21:22 UTC 2018 - mstaudt@suse.com

View File

@ -17,7 +17,7 @@
%define qt5_snapshot 0
%define journald 0
%define journald 1
%ifarch %arm aarch64
%global gles 1
@ -156,7 +156,7 @@ BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(xkbcommon) >= 0.4.1
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.4.1
%if %journald
BuildRequires: pkgconfig(libsystemd-journal)
BuildRequires: pkgconfig(libsystemd)
%endif
# to get cmake(...) autoprovides
BuildRequires: cmake