diff options
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | shell/Library_gconfbe.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index f5088f9aaee3..d52f91241d76 100644 --- a/configure.in +++ b/configure.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 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 diff --git a/shell/Library_gconfbe.mk b/shell/Library_gconfbe.mk index 9fb520dfc92f..061689863b91 100644 --- a/shell/Library_gconfbe.mk +++ b/shell/Library_gconfbe.mk @@ -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,\ |