/hg/icedtea-web: Fixed README to provide correct information abo...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Oct 12 13:38:15 UTC 2018


changeset b32e500d2b5d in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=b32e500d2b5d
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Oct 12 15:37:55 2018 +0200

	Fixed README to provide correct information about --disable-native-plugin


diffstat:

 README |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 9cd716e9fed0 -r b32e500d2b5d README
--- a/README	Fri Oct 12 13:16:28 2018 +0200
+++ b/README	Fri Oct 12 15:37:55 2018 +0200
@@ -48,7 +48,7 @@
 
 IcedTea-Web contains a Free Software browser plugin based on NPRuntime
 called NPPlugin.  By default, this will be built, and it can be turned
-off using the -disable-plugin option.
+off using the --disable-native-plugin option.
 
 Building IcedTea-Web
 ====================
@@ -73,7 +73,7 @@
 Some distributions do not provide correct NPAPI headers so you can use those: 
 https://bitbucket.org/mgorny/npapi-sdk/downloads.
 
-The plugin can be disabled by passing --disable-plugin.
+The plugin can be disabled by passing --disable-native-plugin.
 
 The following optional dependencies enable additional features
 
@@ -120,7 +120,7 @@
 Other options may be supplied which enable or disable new features.
 These are documented fully in the relevant section below.
 
-* --disable-plugin: Don't build the browser plugin.
+* --disable-native-plugin: Don't build the browser plugin.
 * --with-rhino: Specify the location of rhino jar
 * --with-tagsoup: Specify the location of the tagsoup jar
 * --with-jacoco: Specify the location of the jacoco jar


More information about the distro-pkg-dev mailing list