]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/gconf/Config.in
a68287525b59b4ae58b72cd0f3ba7bb53008700e
[coffee/buildroot.git] / package / gconf / Config.in
1 config BR2_PACKAGE_GCONF
2         bool "gconf"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
4         depends on BR2_USE_MMU # dbus, libglib2
5         depends on BR2_USE_WCHAR # libglib2
6         select BR2_PACKAGE_DBUS
7         select BR2_PACKAGE_DBUS_GLIB
8         select BR2_PACKAGE_LIBGLIB2
9         select BR2_PACKAGE_LIBXML2
10         help
11           GConf was a system used by the GNOME desktop environment for storing
12           configuration settings for the desktop and applications. It is similar
13           to the Windows Registry.
14
15           https://projects.gnome.org/gconf/
16
17 comment "gconf needs a toolchain w/ threads, wchar"
18         depends on BR2_USE_MMU
19         depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR