[Lunar-commits] <moonbase-gnome3> Merge pull request #11 from stumbles/master
Florin Braescu
florin at lunar-linux.org
Tue Oct 21 08:31:31 CEST 2014
commit 276d033be39f3649f33ddbb119afc49b9dd9657f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 21 Oct 2014 09:31:28 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/276d033be39f3649f33ddbb119afc49b9dd9657f
Merge pull request #11 from stumbles/master
webkitgtk3: the gst stuff should be 1.0 and not the older 0.x. Removing ...
---
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