1 config BR2_PACKAGE_GSETTINGS_DESKTOP_SCHEMAS
2 bool "gsettings-desktop-schemas"
3 depends on BR2_USE_WCHAR # glib2
4 depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5 depends on BR2_USE_MMU # glib2
6 select BR2_PACKAGE_LIBGLIB2
8 gsettings-desktop-schemas contains a collection of GSettings
9 schemas for settings shared by various components of a
12 https://github.com/GNOME/gsettings-desktop-schemas
14 comment "gsettings-desktop-schemas needs a toolchain w/ wchar, threads"
15 depends on BR2_USE_MMU
16 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS