[Lunar-commits] <moonbase> webkit: adding an optional_depends and a OPTS to BUILD.

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Sun Mar 8 03:51:17 CET 2009


commit f2555f2016789e95bbff28e0c17b76bb0edbb613
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Sat Mar 7 21:51:17 2009 -0500

    webkit: adding an optional_depends and a OPTS to BUILD.
---
 web/webkit/BUILD   |    2 +-
 web/webkit/DEPENDS |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/web/webkit/BUILD b/web/webkit/BUILD
index c710700..062b82e 100644
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -4,7 +4,7 @@
 
   OPTS="$OPTS --enable-svg-experimental --enable-svg --enable-svg-animation \
         --enable-svg-filters --enable-svg-fonts --enable-svg-foreign-object \
-	--enable-svg-as-image --enable-svg-use-element"
+	--enable-svg-as-image --enable-svg-use-element --enable-3D-transforms"
 
   default_build
 
diff --git a/web/webkit/DEPENDS b/web/webkit/DEPENDS
index 2be3522..b4c1777 100644
--- a/web/webkit/DEPENDS
+++ b/web/webkit/DEPENDS
@@ -11,3 +11,5 @@ depends libsoup
 optional_depends  gst-plugins-good  "--enable-video"  ""  \
                   "Enable HTML5 video support?"
 
+optional_depends  geoclue "--enable-geolocation"  "--disable-geolocation" \
+                          "for geolocation support"


More information about the Lunar-commits mailing list