blob: 0b1f82e1f628104fc3ab3978688d80526f8fbb83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
This patch is an update to the existing fix_webview.patch for 7.18
--- a/configure.ac
+++ b/configure.ac
@@ -1262,7 +1262,7 @@ else
CLIENTGUIFLAGS="${CLIENTGUIFLAGS} -DNDEBUG"
fi
-CLIENTGUILIBS="${WX_LIBS}"
+CLIENTGUILIBS="${WX_LIBS} $($WX_CONFIG_WITH_ARGS --libs webview)"
if test "${enable_client_release}" = "yes" ; then
if test "x${WX_LIBS_STATIC}" = "x" ; then
|