[SM-Commit] GIT changes to master grimoire by George Sherwood (a2bd2d622fccc27d5a087ca7b99c6f29fc4ceb32)
George Sherwood
scm at sourcemage.org
Fri Aug 13 22:53:30 EDT 2010
GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:
http/webkitgtk/DEPENDS | 14 +++++++-------
http/webkitgtk/HISTORY | 3 +++
2 files changed, 10 insertions(+), 7 deletions(-)
New commits:
commit a2bd2d622fccc27d5a087ca7b99c6f29fc4ceb32
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>
webkitgtk: Removed optional_depends gobject-introspection. It is broken
for now.
diff --git a/http/webkitgtk/DEPENDS b/http/webkitgtk/DEPENDS
index 46df264..53ac126 100755
--- a/http/webkitgtk/DEPENDS
+++ b/http/webkitgtk/DEPENDS
@@ -40,15 +40,15 @@ optional_depends gst-plugins-base \
"--disable-video" \
"for HTML5 streaming video support" &&
-optional_depends gobject-introspection \
- "--enable-introspection" \
- "--disable-introspection" \
- "to enable introspection" &&
+#optional_depends gobject-introspection \
+# "--enable-introspection" \
+# "--disable-introspection" \
+# "to enable introspection" &&
optional_depends geoclue \
"--enable-geolocation" \
"--disable-geolocation" \
- "to enable geolocation support" &&
+ "to enable geolocation support"
-if is_depends_enabled $SPELL gobject-introspection; \
- then depends gir-repository; fi
+#if is_depends_enabled $SPELL gobject-introspection; \
+# then depends gir-repository; fi
diff --git a/http/webkitgtk/HISTORY b/http/webkitgtk/HISTORY
index 7a4786f..4134f5d 100644
--- a/http/webkitgtk/HISTORY
+++ b/http/webkitgtk/HISTORY
@@ -1,3 +1,6 @@
+2010-08-13 George Sherwood <gsherwood at sourcemage.org>
+ * DEPENDS: Remove optional_depends gobject-introspection for now.
+
2010-07-16 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 1.2.3
* PRE_BUILD, webkit-icu44.patch: removed
More information about the SM-Commit
mailing list