From 7c361b49e5bb2a6f0d5df600146ef6b904b4218f Mon Sep 17 00:00:00 2001 From: Matthew Heinsen Egan Date: Sat, 12 Mar 2016 01:46:54 +0100 Subject: [PATCH] Report libraries in EXTRALIBS_WEBVIEW in wx-config output These libraries should be included when "webview" appears in --libs or --optional-libs. See https://github.com/wxWidgets/wxWidgets/pull/251 (cherry picked from commit 037f697760d2f5c3441e0bed95bdadafc70a86ac) --- wx-config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/wx-config.in b/wx-config.in index ede85833a0..4cdc3d284d 100755 --- a/wx-config.in +++ b/wx-config.in @@ -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.