Add webview_chromium sample in configure.in
Fix configure can not generate Makefile in samples/webview_chromium directory.
This commit is contained in:
parent
ea6bd5cfe5
commit
c4fa5e4237
1 changed files with 1 additions and 1 deletions
|
|
@ -7228,7 +7228,7 @@ fi
|
|||
if test "$wxUSE_WEBVIEW" = "yes"; then
|
||||
USE_WEBVIEW=1
|
||||
AC_DEFINE(wxUSE_WEBVIEW)
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview"
|
||||
SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS webview webview_chromium"
|
||||
else
|
||||
USE_WEBVIEW=0
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue