diff options
Diffstat (limited to 'devel/electron6/files/patch-third__party_harfbuzz-ng_harfbuzz.gni')
-rw-r--r-- | devel/electron6/files/patch-third__party_harfbuzz-ng_harfbuzz.gni | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron6/files/patch-third__party_harfbuzz-ng_harfbuzz.gni b/devel/electron6/files/patch-third__party_harfbuzz-ng_harfbuzz.gni deleted file mode 100644 index 2cd00a60022c..000000000000 --- a/devel/electron6/files/patch-third__party_harfbuzz-ng_harfbuzz.gni +++ /dev/null @@ -1,20 +0,0 @@ ---- third_party/harfbuzz-ng/harfbuzz.gni.orig 2019-09-10 10:43:16 UTC -+++ third_party/harfbuzz-ng/harfbuzz.gni -@@ -3,10 +3,11 @@ - # found in the LICENSE file. - - declare_args() { -- # Blink uses a cutting-edge version of Harfbuzz; most Linux distros do not -- # contain a new enough version of the code to work correctly. However, -- # ChromeOS chroots (i.e, real ChromeOS builds for devices) do contain a -- # new enough version of the library, and so this variable exists so that -- # ChromeOS can build against the system lib and keep binary sizes smaller. -- use_system_harfbuzz = false -+ # Blink uses a cutting-edge version of Harfbuzz (version listed in -+ # third_party/harfbuzz-ng/README.chromium); most Linux distros do not contain -+ # a new enough version of the code to work correctly. However, ChromeOS -+ # chroots (i.e. real ChromeOS builds for devices) do contain a new enough -+ # version of the library, and so this variable exists so that ChromeOS can -+ # build against the system lib and keep binary sizes smaller. -+ use_system_harfbuzz = true - } |