mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
media-gfx/fontdiff: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
--- 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"', {
|
||||
Reference in New Issue
Block a user