[SM-Commit] GIT changes to master grimoire by Eric Sandall (3e2cca9d7fb974843fb43177b720eec01e0909f1)

Eric Sandall scm at sourcemage.org
Thu Jan 21 19:50:25 EST 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 http/xulrunner/DEPENDS |    7 ++++++-
 http/xulrunner/HISTORY |    3 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 3e2cca9d7fb974843fb43177b720eec01e0909f1
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    xulrunner: Optionally depends on wireless_tools
    
    Supposedly fixes Bug #15550, but it doesn't. :( At least we're
    registering that xulrunner builds against wireless_tools now.

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index edd3dcd..e36db69 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -27,4 +27,9 @@ optional_depends  gnome-vfs2                       \
 optional_depends  libgnomeui                       \
                   "--enable-gnomeui"               \
                   "--disable-gnomeui"              \
-                  "For GNOME UI support"
+                  "For GNOME UI support"           &&
+
+optional_depends  'wireless_tools' \
+                  '--enable-necko-wifi' \
+                  '--disable-necko-wifi' \
+                  'for Necko WiFi scanning'
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 1b56cdb..a3313d0 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2010-01-21 Eric Sandall <sandalle at sourcemage.org>
+	* DEPENDS: Optionally depends on wireless_tools
+
 2010-01-21 Vlad Glagolev <stealth at sourcemage.org>
 	* DEPENDS: corrected dependencies -- added libnotify (required)
 



More information about the SM-Commit mailing list