mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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.
This commit is contained in:
parent
abfd2aa0e7
commit
80093c94be
1 changed files with 1 additions and 1 deletions
|
|
@ -929,7 +929,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue