xref: /OK3568_Linux_fs/buildroot/package/ofono/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_OFONO
2*4882a593Smuzhiyun	bool "ofono"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR # gettext, libglib2, ell
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # dbus, libglib2
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen(), ell
7*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
8*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12 # ell
9*4882a593Smuzhiyun	select BR2_PACKAGE_DBUS
10*4882a593Smuzhiyun	select BR2_PACKAGE_ELL
11*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCAP_NG
12*4882a593Smuzhiyun	select BR2_PACKAGE_LIBGLIB2
13*4882a593Smuzhiyun	select BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO
14*4882a593Smuzhiyun	help
15*4882a593Smuzhiyun	  oFono is a free, open source project for mobile telephony
16*4882a593Smuzhiyun	  (GSM/UMTS) applications. It uses high-level D-Bus API for
17*4882a593Smuzhiyun	  use by telephony applications. It uses 3GPP standard.
18*4882a593Smuzhiyun
19*4882a593Smuzhiyun	  http://ofono.org/
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuncomment "ofono needs a toolchain w/ dynamic library, wchar, threads, headers >= 4.12"
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_SYNC_4
24*4882a593Smuzhiyun	depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || \
25*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HAS_THREADS || \
26*4882a593Smuzhiyun		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_12
27