summarylogtreecommitdiffstats
path: root/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch
blob: 6fd00ca1c5ad86d232698d24915b6af352a2c87c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
From e2d8a02d878aa27687f907b64fd41344ad1b2468 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= <emilio@crisal.io>
Date: Tue, 30 Oct 2018 22:21:52 +0100
Subject: [PATCH] Keep mozilla-release building with newer cbindgen versions.

---
 servo/components/style/cbindgen.toml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/servo/components/style/cbindgen.toml b/servo/components/style/cbindgen.toml
index 46162e43db5e..1df99ffc5160 100644
--- a/servo/components/style/cbindgen.toml
+++ b/servo/components/style/cbindgen.toml
@@ -23,11 +23,17 @@ derive_helper_methods = true
 
 [export]
 prefix = "Style"
 include = [
   "StyleAppearance",
   "StyleDisplay",
   "StyleDisplayMode",
   "StyleFillRule",
-  "StylePathCommand"
+  "StylePathCommand",
+
+  "Appearance",
+  "Display",
+  "DisplayMode",
+  "FillRule",
+  "PathCommand"
 ]
 item_types = ["enums", "structs", "typedefs"]
-- 
2.17.2