harfbuzz: security bump to version 1.4.4
[buildroot-gz.git] / package / gsettings-desktop-schemas / Config.in
blob0dfffc3850e1f1b97c9f0957743f8e496b3806a5
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.
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