# HG changeset patch # User Jiri Vanek # Date 1539351479 -7200 # Node ID e19639f572c4ff1456f1c208a22a1f27f45a5110 # Parent 7f00f3fc1cf648b195f007c10845946eb313bd72 Fixed README to provide correct information about --disable-native-plugin 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