SHA256
1
0
forked from pool/gdm

Accepting request 351182 from home:Zaitor:branches:GNOME:Factory

Think this should be correct - damn means rebase in GN

OBS-URL: https://build.opensuse.org/request/show/351182
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=303
This commit is contained in:
Dominique Leuenberger 2015-12-29 11:50:16 +00:00 committed by Git OBS Bridge
parent d1c96457a4
commit fb52dd38c2
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 29 11:39:32 UTC 2015 - zaitor@opensuse.org
- Replace libcanberra-devel for pkgconfig(libcanberra-gtk3)
BuildRequires: It's what configure looks for and needed now that
libcanberra-devel was split.
- Add explicit pkgconfig(gtk+-3.0) BuildRequires: It used to be
pulled in by libcanberra-devel
-------------------------------------------------------------------
Tue Nov 17 18:50:18 UTC 2015 - zaitor@opensuse.org

View File

@ -71,7 +71,6 @@ BuildRequires: iso-codes-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXi-devel
BuildRequires: libXinerama-devel
BuildRequires: libcanberra-devel
BuildRequires: pam-devel
BuildRequires: pwdutils
BuildRequires: tcpd-devel
@ -80,6 +79,8 @@ BuildRequires: update-desktop-files
BuildRequires: xorg-x11-server
BuildRequires: xorg-x11-server-extra
BuildRequires: pkgconfig(accountsservice)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra-gtk3)
%if %{with_systemd}
BuildRequires: pkgconfig(libsystemd)
%endif