| Index: build/linux/system.gyp
|
| diff --git a/build/linux/system.gyp b/build/linux/system.gyp
|
| index e6c5a026d7dc1be0c0c5c9b325c13a16ef864433..e33f22d4ee0fb247e70b004a1c2fe3cf649e80ed 100644
|
| --- a/build/linux/system.gyp
|
| +++ b/build/linux/system.gyp
|
| @@ -12,6 +12,10 @@
|
| }],
|
| ],
|
|
|
| + # If any of the linux_link_FOO below are set to 1, then the corresponding
|
| + # target will be linked against the FOO library (either dynamically or
|
| + # statically, depending on the pkg-config files), as opposed to loading the
|
| + # FOO library dynamically with dlopen.
|
| 'linux_link_libgps%': 0,
|
| 'linux_link_libpci%': 0,
|
| 'linux_link_libspeechd%': 0,
|
|
|