[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, stable-queue, updated. v0.9.21-38-gf9b31fe
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Feb 15 16:43:43 PST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The stable-queue branch has been updated
from 307bd142feef8f42d3adcea354b72f4c076470e4 (commit)
- Log -----------------------------------------------------------------
f9b31fe build-sys: add gobject to build dependencies
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit f9b31fe5443bded4a55b0900f08f04486c3395bd
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Feb 16 01:43:00 2010 +0100
build-sys: add gobject to build dependencies
Since we call g_object_unref() we need to link against gobject in
compliance of the new Fedora implicit DSO linking policy.
diff --git a/configure.ac b/configure.ac
index c9ec490..1b80788 100644
--- a/configure.ac
+++ b/configure.ac
@@ -893,7 +893,7 @@ AC_ARG_ENABLE([gconf],
[gconf=auto])
if test "x${gconf}" != xno ; then
- PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 ],
+ PKG_CHECK_MODULES(GCONF, [ gconf-2.0 >= 2.4.0 gobject-2.0 ],
HAVE_GCONF=1,
[
HAVE_GCONF=0
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list