]> Git Repo - buildroot-mgba.git/blame - package/ofono/Config.in
toolchain-external: CodeSourcery NIOSII: support only one version
[buildroot-mgba.git] / package / ofono / Config.in
CommitLineData
60db41fb
MB
1config BR2_PACKAGE_OFONO
2 bool "ofono"
51788521
SG
3 depends on BR2_USE_WCHAR # gettext, libglib2
4 depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
2b468f1b 5 depends on BR2_USE_MMU # dbus, libglib2
c785b1b2 6 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII # libcap-ng
86cd99aa 7 depends on !BR2_STATIC_LIBS # dlopen()
60db41fb
MB
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
86cd99aa 19comment "ofono needs a toolchain w/ dynamic library, wchar, threads"
be084204 20 depends on BR2_USE_MMU
86cd99aa 21 depends on BR2_STATIC_LIBS || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
c785b1b2 22 depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
This page took 1.453054 seconds and 4 git commands to generate.