| Index: build/linux/unbundle/bzip2.gyp
|
| diff --git a/build/linux/unbundle/harfbuzz.gyp b/build/linux/unbundle/bzip2.gyp
|
| similarity index 51%
|
| copy from build/linux/unbundle/harfbuzz.gyp
|
| copy to build/linux/unbundle/bzip2.gyp
|
| index 456dd384df2d5c57d9857cfb775d46ef87add2bc..ddcf509fb15ec29b9abb844dd1615c6e1be81cde 100644
|
| --- a/build/linux/unbundle/harfbuzz.gyp
|
| +++ b/build/linux/unbundle/bzip2.gyp
|
| @@ -5,22 +5,16 @@
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'harfbuzz-ng',
|
| + 'target_name': 'bzip2',
|
| 'type': 'none',
|
| - 'cflags': [
|
| - '<!@(pkg-config --cflags harfbuzz)',
|
| - ],
|
| 'direct_dependent_settings': {
|
| - 'cflags': [
|
| - '<!@(pkg-config --cflags harfbuzz)',
|
| + 'defines': [
|
| + 'USE_SYSTEM_LIBBZ2',
|
| ],
|
| },
|
| 'link_settings': {
|
| - 'ldflags': [
|
| - '<!@(pkg-config --libs-only-L --libs-only-other harfbuzz)',
|
| - ],
|
| 'libraries': [
|
| - '<!@(pkg-config --libs-only-l harfbuzz)',
|
| + '-lbz2',
|
| ],
|
| },
|
| },
|
|
|