fix linking with gconf on release machine

Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
This commit is contained in:
David Tardon
2012-05-30 10:36:26 +02:00
parent 9ba256eac5
commit 03b8f169eb
2 changed files with 1 additions and 2 deletions

View File

@@ -8807,7 +8807,7 @@ AC_MSG_CHECKING([whether to enable GConf support])
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
ENABLE_GCONF="TRUE"
AC_MSG_RESULT([yes])
PKG_CHECK_MODULES( GCONF, gconf-2.0 ORBit-2.0 )
PKG_CHECK_MODULES( GCONF, gconf-2.0 gobject-2.0 ORBit-2.0 )
else
AC_MSG_RESULT([no])
fi

View File

@@ -40,7 +40,6 @@ $(eval $(call gb_Library_use_api,gconfbe1,\
$(eval $(call gb_Library_use_externals,gconfbe1,\
gconf \
gobject \
))
$(eval $(call gb_Library_use_libraries,gconfbe1,\