[Lunar-commits] <moonbase> webkit: optionally enable a few new features

Zachary McGrew zmcgrew at lunar-linux.org
Thu Jul 15 22:17:31 CEST 2010


commit 01105f5f928256b2ad7a8a0912a4c0ccbfc0fb53
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Tue Apr 6 00:16:41 2010 -0700

    webkit: optionally enable a few new features
---
 web/webkit/CONFIGURE |    1 +
 web/webkit/DEPENDS   |    3 +++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/web/webkit/CONFIGURE b/web/webkit/CONFIGURE
new file mode 100644
index 0000000..455b4b5
--- /dev/null
+++ b/web/webkit/CONFIGURE
@@ -0,0 +1 @@
+mquery  WEBSOCKETS     "Enable web socket support?"  y  "--enable-web-sockets"
diff --git a/web/webkit/DEPENDS b/web/webkit/DEPENDS
index d5ca007..4095d80 100644
--- a/web/webkit/DEPENDS
+++ b/web/webkit/DEPENDS
@@ -17,3 +17,6 @@ optional_depends  geoclue "--enable-geolocation"  "--disable-geolocation"  \
 
 optional_depends  gnome-keyring  "--enable-gnomekeyring"  ""  \
                   "For Gnome Keyring support"
+
+optional_depends  gobject-introspection  "--enable-introspection"  ""  \
+                  "Say Y for Epiphany, and possibly others"


More information about the Lunar-commits mailing list