[Lunar-commits] <moonbase-other> geoclue: Disabing gpsd in DEPENDS and adding a BUILD.
Dennis Veatch
dennisveatch at bellsouth.net
Sat Sep 13 03:00:51 CEST 2014
commit f2cf3fb680d82b4cc1f087fb64bb0bfc8488bd5c
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 12 Sep 2014 21:00:23 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/f2cf3fb680d82b4cc1f087fb64bb0bfc8488bd5c
geoclue: Disabing gpsd in DEPENDS and adding a BUILD.
---
science/geoclue/BUILD | +4/-0
science/geoclue/DEPENDS | +2/-1
2 files changed, 6 insertions(+), 1 deletion(-)
--- /dev/null
+++ b/science/geoclue/BUILD
@@ -0,0 +1,4 @@
+
+ OPTS+=" --disable-gpsd" &&
+
+ default_build
--- a/science/geoclue/DEPENDS
+++ b/science/geoclue/DEPENDS
@@ -1,4 +1,5 @@
depends dbus
depends GConf
-optional_depends gpsd "" "" "for gpsd support"
+#Causes make failure, no fix as yet.
+#optional_depends gpsd "--enable-gpsd" "--disable-gpsd" "for gpsd support"
More information about the Lunar-commits
mailing list