forked from pool/lxqt-runner
- bsc#1161365: Fix build
- Add buildrequire for glib OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-runner?expand=0&rev=13
This commit is contained in:
parent
d8feea1dfa
commit
df7ce4b403
@ -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>
|
Thu Nov 7 12:20:42 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lxqt-runner
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,6 +33,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: cmake(KF5WindowSystem)
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
BuildRequires: pkgconfig(Qt5UiTools)
|
BuildRequires: pkgconfig(Qt5UiTools)
|
||||||
BuildRequires: pkgconfig(Qt5Xdg)
|
BuildRequires: pkgconfig(Qt5Xdg)
|
||||||
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(lxqt) >= %{version}
|
BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||||
BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version}
|
BuildRequires: pkgconfig(lxqt-globalkeys) >= %{version}
|
||||||
BuildRequires: pkgconfig(muparser)
|
BuildRequires: pkgconfig(muparser)
|
||||||
|
Loading…
Reference in New Issue
Block a user