1 config BR2_PACKAGE_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
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.
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