File: 0003-patch-source-for-webkit2.patch

package info (click to toggle)
xiphos 4.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,572 kB
  • sloc: ansic: 25,543; cpp: 13,223; python: 12,684; xml: 2,951; sh: 144; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Teus Benschop <teusjannette@gmail.com>
Date: Sat, 27 Oct 2018 20:39:26 +0200
Subject: patch source for webkit2

---
 src/webkit/wk-html.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/webkit/wk-html.h b/src/webkit/wk-html.h
index 687e811..ee4b54e 100644
--- a/src/webkit/wk-html.h
+++ b/src/webkit/wk-html.h
@@ -24,6 +24,7 @@
 
 #undef DATADIR
 
+#define USE_WEBKIT2
 #ifdef USE_WEBKIT2
 #include <webkit2/webkit2.h>
 #else