[Lunar-commits] <moonbase-gnome3> webkitgtk3: the gst stuff should be 1.0 and not the older 0.x. Removing another invalid switch in the
Dennis Veatch
dennisveatch at bellsouth.net
Tue Oct 21 08:31:30 CEST 2014
commit 71d13c90330d93aa066f55522cff5ee8c20c2ce8
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 20 Oct 2014 17:12:08 -0400
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/71d13c90330d93aa066f55522cff5ee8c20c2ce8
webkitgtk3: the gst stuff should be 1.0 and not the older 0.x. Removing another invalid switch in the
BUILD. twocowchip discovered this version has a hard depends on geoclue2. I verified that by a lin
without it, it fails with;
install: cannot stat 'Programs/GtkLauncher': No such file or directory
---
libs/webkitgtk3/BUILD | +0/-1
libs/webkitgtk3/DEPENDS | +3/-7
2 files changed, 3 insertions(+), 8 deletions(-)
--- a/libs/webkitgtk3/BUILD
+++ b/libs/webkitgtk3/BUILD
@@ -1,6 +1,5 @@
# breaks without webgl for now
OPTS+=" --enable-x11-target \
- --enable-xslt \
--enable-optimizations \
--enable-introspection \
--disable-glibtest \
--- a/libs/webkitgtk3/DEPENDS
+++ b/libs/webkitgtk3/DEPENDS
@@ -13,18 +13,14 @@ depends libsoup
depends libsecret
depends harfbuzz
depends enchant
-depends gst-plugins-base
-depends gst-plugins-good
+depends gst-plugins-base-1.0
+depends gst-plugins-good-1.0
depends ruby
+depends geoclue2
# workaround for make_names.pl
depends Switch
-optional_depends "geoclue2" \
- "--enable-geolocation" \
- "--disable-geolocation" \
- "for geolocation support"
-
optional_depends "librsvg" \
"--enable-svg --enable-svg-fonts" \
"--disable-svg" \
More information about the Lunar-commits
mailing list