summaryrefslogtreecommitdiffstats
path: root/package/ofono/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-05-31 09:23:23 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-31 09:23:23 +0200
commitbdb4c3a6dc9efecc4d1e40fabf8cb9b3e0eb3ee2 (patch)
treed6012109e704c5e9abc709c23a7133a3d4b4f779 /package/ofono/Config.in
parent5b11223fb6cd0469becf49b0986868832c076bfc (diff)
parent2105ecbd86d04e446effa11108f6bd755ed5f19a (diff)
downloadbuildroot-novena-bdb4c3a6dc9efecc4d1e40fabf8cb9b3e0eb3ee2.tar.gz
buildroot-novena-bdb4c3a6dc9efecc4d1e40fabf8cb9b3e0eb3ee2.zip
Merge branch 'next'
Conflicts: toolchain/kernel-headers/Config.in
Diffstat (limited to 'package/ofono/Config.in')
-rw-r--r--package/ofono/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/ofono/Config.in b/package/ofono/Config.in
new file mode 100644
index 000000000..fc6c9c682
--- /dev/null
+++ b/package/ofono/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_OFONO
+ bool "ofono"
+ depends on BR2_USE_WCHAR # gettext/libglib2
+ select BR2_PACKAGE_LIBCAP_NG
+ select BR2_PACKAGE_DBUS
+ select BR2_PACKAGE_LIBGLIB2
+ select BR2_PACKAGE_MOBILE_BROADBAND_PROVIDER_INFO
+ help
+ oFono is a free, open source project for mobile telephony
+ (GSM/UMTS) applications. It uses high-level D-Bus API for
+ use by telephony applications. It uses 3GPP standard.
+
+ http://ofono.org/
+
+comment "ofono requires a toolchain with WCHAR support"
+ depends on !BR2_USE_WCHAR