diff --git a/lxqt-runner.changes b/lxqt-runner.changes index 87e9f6b..0f661a8 100644 --- a/lxqt-runner.changes +++ b/lxqt-runner.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 27 10:31:11 UTC 2020 - Michael Vetter + +- bsc#1161365: Fix build +- Add buildrequire for glib + ------------------------------------------------------------------- Thu Nov 7 12:20:42 UTC 2019 - Michael Vetter diff --git a/lxqt-runner.spec b/lxqt-runner.spec index a5a7174..f101b44 100644 --- a/lxqt-runner.spec +++ b/lxqt-runner.spec @@ -1,7 +1,7 @@ # # spec file for package lxqt-runner # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,6 +33,7 @@ BuildRequires: pkgconfig BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: pkgconfig(Qt5Xdg) +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(lxqt) >= %{version} BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version} BuildRequires: pkgconfig(muparser)