Don't include "webview" in "standard" libraries.
This means `wx-config --libs` doesn't include webview in its output by default any longer, it must be explicitly requested. Closes #16291. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,6 +17,12 @@ Changes in behaviour not resulting in compilation errors
|
||||
wxINTERPOLATION_DEFAULT and not wxINTERPOLATION_GOOD as in 3.0 for
|
||||
consistency with OS X, call SetInterpolationQuality() explicitly if needed.
|
||||
|
||||
Changes in behaviour which may result in build errors
|
||||
-----------------------------------------------------
|
||||
|
||||
- "webview" library is not included in `wx-config --libs` output any more, you
|
||||
need to request it explicitly, e.g. `wx-config --libs std,webview`.
|
||||
|
||||
|
||||
3.1.0: (released 2014-xx-xx)
|
||||
----------------------------
|
||||
|
Reference in New Issue
Block a user