[jhbuild] [3.0] don't explicitely enable geoclue support in webkit3



commit 38c272da34a55ddf36c7c535c89866bf6221228e
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Jul 1 13:25:33 2010 +0200

    [3.0] don't explicitely enable geoclue support in webkit3
    
    It was only added temporary to configure flags, to fix a problem with
    introspection support, but it shouldn't declare geoclue as a dependency, as
    it's not part of approved GNOME dependencies (and will make jhbuild fail when
    restricting the build to gnome-suites-3.0).

 modulesets/gnome-external-deps-3.0.modules |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modulesets/gnome-external-deps-3.0.modules b/modulesets/gnome-external-deps-3.0.modules
index 4badea4..6f3b040 100644
--- a/modulesets/gnome-external-deps-3.0.modules
+++ b/modulesets/gnome-external-deps-3.0.modules
@@ -1001,7 +1001,7 @@
   </autotools>
 
   <autotools id="WebKit-3" makefile="GNUmakefile"
-             autogenargs="--with-gtk=3.0 --enable-introspection --enable-geolocation">
+             autogenargs="--with-gtk=3.0 --enable-introspection">
     <branch repo="webkitgtk.org" checkoutdir="webkit-1.3.2-gtk3"
             module="webkit-1.3.2.tar.gz" version="1.3.2"
             hash="sha256:b0f265a1f339f19855572ac6e18a2c1f6aee596cf7c5f70fd3ea00b8e86901a6"
@@ -1014,7 +1014,6 @@
       <dep package="pango"/>
       <dep package="libsoup"/>
       <dep package="gobject-introspection"/>
-      <dep package="geoclue"/>
     </dependencies>
     <suggests>
       <dep package="libxslt"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]