74b608f28d
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
569 B
Plaintext
17 lines
569 B
Plaintext
config BR2_PACKAGE_GSETTINGS_DESKTOP_SCHEMAS
|
|
bool "gsettings-desktop-schemas"
|
|
depends on BR2_USE_WCHAR # glib2
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
|
|
depends on BR2_USE_MMU # glib2
|
|
select BR2_PACKAGE_LIBGLIB2
|
|
help
|
|
gsettings-desktop-schemas contains a collection of GSettings
|
|
schemas for settings shared by various components of a
|
|
desktop.
|
|
|
|
https://github.com/GNOME/gsettings-desktop-schemas
|
|
|
|
comment "gsettings-desktop-schemas needs a toolchain w/ wchar, threads"
|
|
depends on BR2_USE_MMU
|
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|