Let surfer(1) start with WebKit 2

This commit is contained in:
Pierre Pronchery 2020-01-03 01:36:01 +01:00
parent 352ab8186b
commit 3690316f8d
2 changed files with 69 additions and 598 deletions

File diff suppressed because it is too large Load Diff

View File

@ -75,8 +75,7 @@ int main(int argc, char * argv[])
_error("setlocale", 1);
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT) \
|| defined(WITH_WEBKIT2)
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) || defined(WITH_WEBKIT)
if(g_thread_supported() == FALSE)
g_thread_init(NULL);
#endif