From dba047e4e0d27df67593158dab56ce5047c03b39 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 2 Nov 2018 07:43:02 -0700 Subject: Updated to 63.0.1 --- ...a-release-building-with-newer-cbindgen-ve.patch | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch (limited to '0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch') diff --git a/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch b/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch new file mode 100644 index 0000000..6fd00ca --- /dev/null +++ b/0001-Keep-mozilla-release-building-with-newer-cbindgen-ve.patch @@ -0,0 +1,35 @@ +From e2d8a02d878aa27687f907b64fd41344ad1b2468 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= +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 + -- cgit v1.2.1