Ensure that we have an available backend for wxWebView compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -49404,8 +49404,8 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
||||
fi
|
||||
if test "$wxUSE_WEBVIEW" = "yes" ; then
|
||||
STD_GUI_LIBS="web $STD_GUI_LIBS"
|
||||
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
|
||||
STD_GUI_LIBS="webview $STD_GUI_LIBS"
|
||||
BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
|
||||
fi
|
||||
if test "$wxUSE_XRC" = "yes" ; then
|
||||
STD_GUI_LIBS="xrc $STD_GUI_LIBS"
|
||||
|
@@ -7817,8 +7817,8 @@ if test "$wxUSE_GUI" = "yes"; then
|
||||
BUILT_WX_LIBS="stc $BUILT_WX_LIBS"
|
||||
fi
|
||||
if test "$wxUSE_WEBVIEW" = "yes" ; then
|
||||
STD_GUI_LIBS="web $STD_GUI_LIBS"
|
||||
BUILT_WX_LIBS="web $BUILT_WX_LIBS"
|
||||
STD_GUI_LIBS="webview $STD_GUI_LIBS"
|
||||
BUILT_WX_LIBS="webview $BUILT_WX_LIBS"
|
||||
fi
|
||||
if test "$wxUSE_XRC" = "yes" ; then
|
||||
STD_GUI_LIBS="xrc $STD_GUI_LIBS"
|
||||
|
Reference in New Issue
Block a user