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:
commit
c49925346a
@ -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
|
Tue May 12 18:34:15 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -85,6 +85,9 @@ BuildRequires: pkgconfig(xext)
|
|||||||
BuildRequires: pkgconfig(xi)
|
BuildRequires: pkgconfig(xi)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
BuildRequires: pkgconfig(xtst)
|
BuildRequires: pkgconfig(xtst)
|
||||||
|
%if %{with wayland}
|
||||||
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
|
%endif
|
||||||
Requires: gsettings-desktop-schemas
|
Requires: gsettings-desktop-schemas
|
||||||
# g-s-d uses the pkexec binary
|
# g-s-d uses the pkexec binary
|
||||||
Requires: polkit
|
Requires: polkit
|
||||||
|
Loading…
Reference in New Issue
Block a user