[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

laszlo.1.gombos at nokia.com laszlo.1.gombos at nokia.com
Fri Jan 21 15:05:11 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit f8797e0e05e8d7432bce051afefa853702510133
Author: laszlo.1.gombos at nokia.com <laszlo.1.gombos at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 6 23:07:47 2011 +0000

    2011-01-06  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
    
            Unreviewed, fixing WinCE build after r75196.
    
            WinCE port does not (yet) support NPAPI.
    
            * Scripts/build-webkit:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75203 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index c10120b..b3c64b9 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-06  Laszlo Gombos  <laszlo.1.gombos at nokia.com>
+
+        Unreviewed, fixing WinCE build after r75196.
+
+        WinCE port does not (yet) support NPAPI.
+
+        * Scripts/build-webkit:
+
 2011-01-06  Xan Lopez  <xlopez at igalia.com>
 
         Reviewed by Darin Adler.
diff --git a/Tools/Scripts/build-webkit b/Tools/Scripts/build-webkit
index 860df1b..7e0f87c 100755
--- a/Tools/Scripts/build-webkit
+++ b/Tools/Scripts/build-webkit
@@ -198,7 +198,7 @@ my @features = (
       define => "ENABLE_METER_TAG", default => !isGtk() && !isAppleWinWebKit(), value => \$meterTagSupport },
 
     { option => "netscape-plugin", desc => "Netscape Plugin support",
-      define => "ENABLE_NETSCAPE_PLUGIN_API", default => 1, value => \$netscapePluginSupport },
+      define => "ENABLE_NETSCAPE_PLUGIN_API", default => !isWinCE(), value => \$netscapePluginSupport },
 
     { option => "notifications", desc => "Toggle Desktop Notifications Support",
       define => "ENABLE_NOTIFICATIONS", default => 0, value => \$notificationsSupport },

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list