board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / ofono / Config.in
blob70daef7a1bbfc675a955b3c92c85065e56a280a9
1 config BR2_PACKAGE_OFONO
2         bool "ofono"
3         depends on BR2_USE_WCHAR # gettext, libglib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
5         depends on BR2_USE_MMU # dbus, libglib2
6         depends on !BR2_STATIC_LIBS # dlopen()
7         depends on BR2_TOOLCHAIN_HAS_SYNC_4
8         select BR2_PACKAGE_LIBCAP_NG
9         select BR2_PACKAGE_DBUS
10         select BR2_PACKAGE_LIBGLIB2
11         select BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO
12         help
13           oFono is a free, open source project for mobile telephony
14           (GSM/UMTS) applications. It uses high-level D-Bus API for
15           use by telephony applications. It uses 3GPP standard.
17           http://ofono.org/
19 comment "ofono needs a toolchain w/ dynamic library, wchar, threads"
20         depends on BR2_USE_MMU
21         depends on BR2_TOOLCHAIN_HAS_SYNC_4
22         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS