summaryrefslogtreecommitdiff
path: root/package/gpsd/Config.in
diff options
context:
space:
mode:
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