Accepting request 767624 from X11:LXQt

- bsc#1161365: Fix build
- Add buildrequire for glib

OBS-URL: https://build.opensuse.org/request/show/767624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxqt-runner?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-01-27 19:17:56 +00:00 committed by Git OBS Bridge
commit 8bf5e829b4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 27 10:31:11 UTC 2020 - Michael Vetter <mvetter@suse.com>
- bsc#1161365: Fix build
- Add buildrequire for glib
-------------------------------------------------------------------
Thu Nov 7 12:20:42 UTC 2019 - Michael Vetter <mvetter@suse.com>

View File

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