| Index: tools/emacs/testdata/media.gyp.fontified
|
| diff --git a/tools/emacs/testdata/media.gyp.fontified b/tools/emacs/testdata/media.gyp.fontified
|
| index 962b7b2c43abe6d16653801bb350699d0dda010c..53af617a5a6621a6c35290132b313227e703ac50 100644
|
| --- a/tools/emacs/testdata/media.gyp.fontified
|
| +++ b/tools/emacs/testdata/media.gyp.fontified
|
| @@ -376,7 +376,7 @@
|
| 'variables': {
|
| 'conditions': [
|
| ['sysroot!=\"\"', {
|
| - 'pkg-config': '../build/linux/pkg-config-wrapper \"<(sysroot)\" \"<(target_arch)\"',
|
| + 'pkg-config': '../build/linux/pkg-config-wrapper \"<(sysroot)\" \"<(target_arch)\" \"<(system_libdir)\"',
|
| }, {
|
| 'pkg-config': 'pkg-config'
|
| }],
|
|
|