[Lunar-commits] <moonbase> Revert "webkit: new build option: gtk+-3"
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Thu May 3 21:44:13 CEST 2012
commit c1bd65c51c0f427a36fd1e8adc67c36262995e8f
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date: Wed May 2 11:38:58 2012 +0200
Revert "webkit: new build option: gtk+-3"
I created a new package for this build option.
This reverts commit 4be8bb5e85e9ab0152100659a46b2954132da1cc.
---
web/webkit/BUILD | 1 +
web/webkit/DEPENDS | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/webkit/BUILD b/web/webkit/BUILD
index 7ff09d3..3e0b2c2 100644
--- a/web/webkit/BUILD
+++ b/web/webkit/BUILD
@@ -7,6 +7,7 @@
--enable-xslt \
--enable-svg-fonts \
--enable-optimizations \
+ --with-gtk=2.0 \
--disable-gtk-doc-html" &&
default_build &&
diff --git a/web/webkit/DEPENDS b/web/webkit/DEPENDS
index cb0e64b..a9eefa2 100644
--- a/web/webkit/DEPENDS
+++ b/web/webkit/DEPENDS
@@ -1,3 +1,4 @@
+depends gtk+-2
depends icu4c
depends gperf
depends libxslt
@@ -12,8 +13,6 @@ depends gst-plugins-base
# workaround for make_names.pl
depends Switch
-optional_depends "gtk+-3" "--with-gtk=3.0" "" "select ${PROBLEM_COLOR}either${DEFAULT_COLOR}${MESSAGE_COLOR} GTK+2 or GTK+3"
-optional_depends "gtk+-2" "--with-gtk=2.0" "" "select ${PROBLEM_COLOR}either${DEFAULT_COLOR}${MESSAGE_COLOR} GTK+2 or GTK+3"
optional_depends "gst-plugins-good" "--enable-video" "--disable-video" "for HTML5 video support"
optional_depends "geoclue" "--enable-geolocation" "--disable-geolocation" "for geolocation support"
optional_depends "gobject-introspection" "--enable-introspection" "--disable-introspection" "say Y for Epiphany, and possibly others"
More information about the Lunar-commits
mailing list