Report libraries in EXTRALIBS_WEBVIEW in wx-config output

These libraries should be included when "webview" appears in --libs or
--optional-libs.

Closes https://github.com/wxWidgets/wxWidgets/pull/251
This commit is contained in:
Matthew Heinsen Egan
2016-03-12 01:46:54 +01:00
committed by Vadim Zeitlin
parent da195023c1
commit 037f697760

View File

@@ -1032,6 +1032,7 @@ ldlibs_html="@EXTRALIBS_HTML@"
ldlibs_xml="@EXTRALIBS_XML@"
ldlibs_adv="@EXTRALIBS_SDL@"
ldlibs_stc="@EXTRALIBS_STC@"
ldlibs_webview="@EXTRALIBS_WEBVIEW@"
# Order the libraries passed to us correctly for static linking.