Files
guru/media-gfx/fontdiff/files/fontdiff-0.2.3-no-bundled-libs.patch
Alessandro Barbieri dd3025146d media-gfx/fontdiff: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2021-06-19 02:51:03 +02:00

29 lines
1.1 KiB
Diff

--- a/src/fontdiff/fontdiff.gyp
+++ b/src/fontdiff/fontdiff.gyp
@@ -20,9 +20,7 @@
'main.cc',
],
'dependencies': [
- 'fontdiff_lib',
- '../third_party/freetype/freetype.gyp:freetype',
- '../third_party/icu/icu.gyp:icu_uc',
+ 'fontdiff_lib'
],
'conditions': [
['OS == "linux"', {
@@ -67,14 +65,6 @@
'FONTDIFF_VERSION=' + '<!(echo $FONTDIFF_VERSION)',
],
'dependencies': [
- '../third_party/cairo/cairo.gyp:cairo',
- '../third_party/dtl/dtl.gyp:dtl',
- '../third_party/expat/expat.gyp:expat',
- '../third_party/freetype/freetype.gyp:freetype',
- '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
- '../third_party/icu/icu.gyp:icu_i18n',
- '../third_party/icu/icu.gyp:icu_uc',
- '../third_party/icu/icu.gyp:icu_data',
],
'conditions': [
['OS == "linux"', {