fix linking with gconf on release machine
Change-Id: Iec63ac2c1a128e800df92f583fe349526addec4e
This commit is contained in:
@@ -8807,7 +8807,7 @@ AC_MSG_CHECKING([whether to enable GConf support])
|
|||||||
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
|
if test "$_os" != "WINNT" -a "$_os" != "Darwin" -a "$enable_gconf" = "yes"; then
|
||||||
ENABLE_GCONF="TRUE"
|
ENABLE_GCONF="TRUE"
|
||||||
AC_MSG_RESULT([yes])
|
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
|
else
|
||||||
AC_MSG_RESULT([no])
|
AC_MSG_RESULT([no])
|
||||||
fi
|
fi
|
||||||
|
@@ -40,7 +40,6 @@ $(eval $(call gb_Library_use_api,gconfbe1,\
|
|||||||
|
|
||||||
$(eval $(call gb_Library_use_externals,gconfbe1,\
|
$(eval $(call gb_Library_use_externals,gconfbe1,\
|
||||||
gconf \
|
gconf \
|
||||||
gobject \
|
|
||||||
))
|
))
|
||||||
|
|
||||||
$(eval $(call gb_Library_use_libraries,gconfbe1,\
|
$(eval $(call gb_Library_use_libraries,gconfbe1,\
|
||||||
|
Reference in New Issue
Block a user