/hg/release/icedtea-web-1.7: Fixed README to provide correct inf...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Fri Oct 12 13:38:18 UTC 2018
changeset e19639f572c4 in /hg/release/icedtea-web-1.7
details: http://icedtea.classpath.org/hg/release/icedtea-web-1.7?cmd=changeset;node=e19639f572c4
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Oct 12 15:37:59 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 7f00f3fc1cf6 -r e19639f572c4 README
--- a/README Fri Oct 12 13:30:42 2018 +0200
+++ b/README Fri Oct 12 15:37:59 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