Accepting request 313061 from GNOME:Factory

- Add conditional pkgconfig(wayland-client) BuildRequires, based
  on bcond wayland.

OBS-URL: https://build.opensuse.org/request/show/313061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=116
This commit is contained in:
Stephan Kulow 2015-07-05 16:01:13 +00:00 committed by Git OBS Bridge
commit c49925346a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jun 22 13:10:53 UTC 2015 - dimstar@opensuse.org
- Add conditional pkgconfig(wayland-client) BuildRequires, based
on bcond wayland.
-------------------------------------------------------------------
Tue May 12 18:34:15 UTC 2015 - zaitor@opensuse.org

View File

@ -85,6 +85,9 @@ BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xkbfile)
BuildRequires: pkgconfig(xtst)
%if %{with wayland}
BuildRequires: pkgconfig(wayland-client)
%endif
Requires: gsettings-desktop-schemas
# g-s-d uses the pkexec binary
Requires: polkit