Config.in 569 B

12345678910111213141516
  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
  7. help
  8. gsettings-desktop-schemas contains a collection of GSettings
  9. schemas for settings shared by various components of a
  10. desktop.
  11. https://github.com/GNOME/gsettings-desktop-schemas
  12. comment "gsettings-desktop-schemas needs a toolchain w/ wchar, threads"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS