summaryrefslogtreecommitdiff
path: root/package/gpsd/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:15:01 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-13 17:15:01 +0200
commitd2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch)
tree70e2d421684317208dc94db354551aca749b3328 /package/gpsd/Config.in
parenta8259a651484f6dd5051a20e64f43ae27fc04613 (diff)
parent6d7a7f4776711758cf5b59028378f01cd8eba493 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/gpsd/Config.in')
-rw-r--r--package/gpsd/Config.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in
index f8c3614df..f0c274449 100644
--- a/package/gpsd/Config.in
+++ b/package/gpsd/Config.in
@@ -24,3 +24,21 @@ config ADK_PACKAGE_GPSD_CLIENTS
help
This enables the command-line GPS client "cgps" and
the "gpxlogger" tool for outputting standard GPX files.
+
+choice
+prompt "C++ library to use"
+depends on ADK_PACKAGE_GPSD
+default ADK_COMPILE_GPSD_WITH_STDCXX if ADK_TARGET_LIB_GLIBC
+default ADK_COMPILE_GPSD_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC
+
+config ADK_COMPILE_GPSD_WITH_STDCXX
+ bool "Standard C++ library"
+ select ADK_PACKAGE_LIBSTDCXX
+ help
+
+config ADK_COMPILE_GPSD_WITH_UCLIBCXX
+ bool "Embedded uClibc++ library"
+ select ADK_PACKAGE_UCLIBCXX
+ help
+
+endchoice