]> Git Repo - buildroot-mgba.git/blob - package/ofono/Config.in
toolchain-external: CodeSourcery NIOSII: support only one version
[buildroot-mgba.git] / package / ofono / Config.in
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_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng
7         depends on !BR2_STATIC_LIBS # dlopen()
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.
16
17           http://ofono.org/
18
19 comment "ofono needs a toolchain w/ dynamic library, wchar, threads"
20         depends on BR2_USE_MMU
21         depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
22         depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
This page took 0.029359 seconds and 4 git commands to generate.