Accepting request 758871 from X11:Wayland

OBS-URL: https://build.opensuse.org/request/show/758871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waybar?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2019-12-23 21:45:29 +00:00 committed by Git OBS Bridge
commit 7849cab432
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 19 16:16:29 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(libudev) instead of libudev-devel:
Allow OBS to shortcut through the -mini flavors.
-------------------------------------------------------------------
Mon Sep 23 17:47:41 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package waybar
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,6 @@ Group: System/GUI/Other
URL: https://github.com/Alexays/Waybar
Source: %{url}/archive/%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libudev-devel
BuildRequires: meson
BuildRequires: ninja
BuildRequires: pkgconfig
@ -34,6 +33,7 @@ BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(gtkmm-3.0)
BuildRequires: pkgconfig(jsoncpp)
BuildRequires: pkgconfig(libinput)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(sigc++-2.0)
BuildRequires: pkgconfig(spdlog)
BuildRequires: pkgconfig(wayland-client)