1*4882a593Smuzhiyunconfig BR2_PACKAGE_GCONF 2*4882a593Smuzhiyun bool "gconf" 3*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2 4*4882a593Smuzhiyun depends on BR2_USE_MMU # dbus, libglib2 5*4882a593Smuzhiyun depends on BR2_USE_WCHAR # libglib2 6*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS 7*4882a593Smuzhiyun select BR2_PACKAGE_DBUS 8*4882a593Smuzhiyun select BR2_PACKAGE_DBUS_GLIB 9*4882a593Smuzhiyun select BR2_PACKAGE_LIBGLIB2 10*4882a593Smuzhiyun select BR2_PACKAGE_LIBXML2 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun GConf was a system used by the GNOME desktop environment for 13*4882a593Smuzhiyun storing configuration settings for the desktop and 14*4882a593Smuzhiyun applications. It is similar to the Windows Registry. 15*4882a593Smuzhiyun 16*4882a593Smuzhiyun https://projects.gnome.org/gconf/ 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "gconf needs a toolchain w/ threads, wchar, dynamic library" 19*4882a593Smuzhiyun depends on BR2_USE_MMU 20*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR \ 21*4882a593Smuzhiyun || BR2_STATIC_LIBS 22