[Lunar-commits] <moonbase-other> libproxy: Try this on for size, since webkitgtk2 does provide versions 1 and 2 why not?

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 22 21:33:16 CEST 2014


commit 056a0371d516bf968c0279ae61f8c09721ca4918
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 15:32:21 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/056a0371d516bf968c0279ae61f8c09721ca4918

libproxy: Try this on for size, since webkitgtk2 does provide versions 1 and 2 why not?
---
  libs/libproxy/DEPENDS | +8/-8     
  1 file changed, 8 insertions(+), 8 deletions(-)

--- a/libs/libproxy/DEPENDS
+++ b/libs/libproxy/DEPENDS
@@ -25,14 +25,14 @@ optional_depends  "vala"              \
                   "-DWITH_VALA=OFF"   \
                   "for vala bindings"
 
-optional_depends  "webkit"            \
-                  "-DWITH_WEBKIT=ON"  \
-                  "-DWITH_WEBKIT=OFF" \
-                  "webkit (circular dependency - compile without webkit first)"
-
-optional_depends  "GConf"             \
-                  "-DWITH_GNOME=ON"   \
-                  "-DWITH_GNOME=OFF"  \
+optional_depends  "webkitgtk3"           \
+                  "-DWITH_WEBKIT3=ON -DWITH_WEBKIT=ON"     \
+                  "-DWITH_WEBKIT3=OFF -DWITH_WEBKIT=OFF"   \
+                  "webkitgtk3 (circular dependency - compile without webkitgtk3 first)"
+
+optional_depends  "GConf"              \
+                  "-DWITH_GNOME3=ON"   \
+                  "-DWITH_GNOME3=OFF"  \
                   "for Gnome/GConf bindings"
 
 optional_depends  "mono"              \




More information about the Lunar-commits mailing list