forked from pool/gnome-settings-daemon
Accepting request 364757 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/364757 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=238
This commit is contained in:
parent
d85d5339b3
commit
b909421738
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 2 14:33:56 UTC 2016 - fcrozat@suse.com
|
||||
|
||||
- Add BuildRequires pkgconfig(alsa) and --enable-alsa to configure
|
||||
to ensure audio device selection feature is properly enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 20:35:11 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -52,6 +52,7 @@ BuildRequires: update-desktop-files
|
||||
BuildRequires: xsltproc
|
||||
# For directory ownership; it's fine to BuildRequire it since it's also a Requires
|
||||
BuildRequires: polkit
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
BuildRequires: pkgconfig(colord) >= 1.0.2
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
|
||||
@ -143,6 +144,7 @@ autoreconf -f -i
|
||||
%else
|
||||
--disable-wayland \
|
||||
%endif
|
||||
--enable-alsa \
|
||||
--disable-static \
|
||||
--libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
|
||||
%{nil}
|
||||
|
Loading…
Reference in New Issue
Block a user