PKGBUILDs/extra/firefox/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch

36 lines
939 B
Diff
Raw Normal View History

2018-11-02 00:04:46 +00:00
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