chromium/chromium-26.0.1410.49-speech_dispatcher.patch

22 lines
884 B
Diff
Raw Normal View History

--- chromium-26.0.1410.49/build/linux/system.gyp.orig 2013-04-02 04:43:16.280176535 +0200
+++ chromium-26.0.1410.49/build/linux/system.gyp 2013-04-02 04:54:14.653591574 +0200
@@ -460,6 +460,9 @@
'../../base/base.gyp:base',
],
'direct_dependent_settings': {
+ 'cflags': [
+ '<!@(<(pkg-config) --cflags speech-dispatcher)',
+ ],
'include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)',
],
@@ -494,7 +497,7 @@
'--name', 'LibSpeechdLoader',
'--output-h', '<(output_h)',
'--output-cc', '<(output_cc)',
- '--header', '<libspeechd.h>',
+ '--header', '<speech-dispatcher/libspeechd.h>',
'--link-directly=<(linux_link_libspeechd)',
'spd_open',
'spd_say',