[Xfce4-commits] <midori:master> Don't skip installation of cookie permissions any longer
Christian Dywan
noreply at xfce.org
Sat Mar 30 00:38:03 CET 2013
Updating branch refs/heads/master
to 5cf16071354cb12791afd6c6e9db860ae14fe76d (commit)
from 26e004f90c0703fc4caf7837aa7132c2c9f1e1e3 (commit)
commit 5cf16071354cb12791afd6c6e9db860ae14fe76d
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Mar 30 00:36:43 2013 +0100
Don't skip installation of cookie permissions any longer
extensions/wscript_build | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/extensions/wscript_build b/extensions/wscript_build
index 21b4eae..8a15a78 100644
--- a/extensions/wscript_build
+++ b/extensions/wscript_build
@@ -31,10 +31,6 @@ for extension in extensions:
if bld.env['HAVE_WEBKIT2'] and target not in ['tab-panel', 'statusbar-features', 'shortcuts', 'status-clock', 'tab-minimized', 'toolbar-editor']:
continue
- # Don't install unstable extensions
- if Options.commands['install'] and target in ['cookie-permissions']:
- continue
-
obj = bld.new_task_gen ('cc', 'shlib')
obj.target = target
obj.includes = '.. ../katze ../midori'
More information about the Xfce4-commits
mailing list