comparison gtk3/dw.c @ 2056:29305f8abae3

GTK3: Fix building with no webkit libraries installed at all.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 07 Dec 2019 04:16:35 +0000
parents 026f033ac1c1
children 9c400365f269
comparison
equal deleted inserted replaced
2055:53523298c7c7 2056:29305f8abae3
36 #ifdef USE_WEBKIT2 36 #ifdef USE_WEBKIT2
37 #include <webkit2/webkit2.h> 37 #include <webkit2/webkit2.h>
38 #if !WEBKIT_CHECK_VERSION(2, 22, 0) 38 #if !WEBKIT_CHECK_VERSION(2, 22, 0)
39 #include <JavaScriptCore/JavaScript.h> 39 #include <JavaScriptCore/JavaScript.h>
40 #endif 40 #endif
41 #else 41 #elif defined(USE_WEBKIT)
42 #include <webkit/webkit.h> 42 #include <webkit/webkit.h>
43 #endif 43 #endif
44 44
45 #include <gdk-pixbuf/gdk-pixbuf.h> 45 #include <gdk-pixbuf/gdk-pixbuf.h>
46 46