diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-04 11:38:48 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-06-04 11:38:48 +0200 |
commit | cd501c4d2657e8273d928748056050fc5b696f7c (patch) | |
tree | b01c7ea482213202139845d18a7ce631f1c760b6 | |
parent | a5c060ef879c804ee21aa6c68784ccdac7171ee7 (diff) |
NEWS: add details about the plugin configure options
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -22,6 +22,14 @@ The following notes are directed to package maintainers: errors), --enable-compile-warnings=no (to disable all the extra warnings enabled by default) or --disable-Werror (to unconditionally make all compiler warnings non-fatal). + ** Users can now preselect which plugins to build and install during + configure, with the --enable-plugin-[PLUGIN-NAME] options. The user can + also build and install all except for some, just by using the + --enable-all-plugins option followed by --disable-plugin-[PLUGIN-NAME]. + By default all plugins are enabled, so all of them built and installed. + This new set of options are useful for users building custom systems + where they already know what kind of devices they're going to have, it + isn't recommended for standard distributions. The only updates in the public API are the following: |