]> spindle.queued.net Git - midori/commitdiff
Disable adblock, it's incomplete and not ready for release
authorChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 21:16:13 +0000 (23:16 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 28 May 2009 21:16:13 +0000 (23:16 +0200)
extensions/wscript_build

index ae26cc5095d189a226d6ca58989b3fa507fd1253..2efe559d06f0196cd4fb0eaaaf15099d1f0ade6b 100644 (file)
@@ -7,6 +7,9 @@ for extension in extensions:
     # Tab Panel isn't useful at this point
     if extension == 'tab-panel':
         continue
+    # Adblock is incomplete and not ready for release
+    if extension == 'adblock.c':
+        continue
     folder = 'extensions' + os.sep + extension
     if os.path.isdir (folder):
         files = os.listdir (folder)