chromium-src-build/linux
raphael.kubo.da.costa@intel.com bb8591e13e Make the build work with speech-dispatcher >= 0.8.
speech-dispatcher 0.8 has changed the location where the libspeechd.h header
file is installed, and users are expected to reference it from the top-level
directory, ie.

  #include <speech-dispatcher/libspeechd.h>

Version 0.8 also installs a .pc pkg-config file.

Since speech-dispatcher 0.7 is still very widespread, we cannot assume this new
structure and .pc file are always available, so resort to adding the
"speech-dispatcher/" prefix to the #include based on whether `pkg-config
--exists' does not fail.

Arguably, we should also start calling `pkg-config --{cflags,libs-only-l,etc}',
but not having the .pc file always available would make the changes more
complicated. Since everything has worked so far without that, keeping the
status quo for now should be fine.

BUG=
TEST=Build with speech-dispatcher >= 0.8 installed.

Review URL: https://chromiumcodereview.appspot.com/14296005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@195204 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-19 15:16:06 +00:00
..
chrome_linux.croc Exclude ChromeOS directories and files from mac win linux. 2010-10-04 22:56:50 +00:00
dump_app_syms Linux: simplify dump_app_syms since newer versions of Breakpad no longer generates different signatures for stripped/unstripped binaries. 2010-04-06 16:54:40 +00:00
gsettings.h Linux: use generated library loader for gsettings. 2012-11-30 21:22:34 +00:00
install-arm-sysroot.py Roll sysroot used by linux ARM cross build. 2013-03-14 19:53:44 +00:00
install-chromeos-fonts.py Wrong file/dir owner and permission for installed Chrome OS fonts 2013-02-27 18:03:23 +00:00
pkg-config-wrapper if PKG_CONFIG_PATH is already set, pkg-config-wrapper should use these dirs too 2013-02-22 21:45:47 +00:00
python_arch.sh [MIPS] Let python_arch script recognize MIPS arch. 2013-01-09 03:13:27 +00:00
rewrite_dirs.py Fix python scripts in src/build/ 2011-11-23 19:13:44 +00:00
sysroot_ld_path.sh Fix a missing redirect to /dev/null in build/linux/sysroot_ld_path.sh. 2013-03-22 22:10:15 +00:00
system.gyp Make the build work with speech-dispatcher >= 0.8. 2013-04-19 15:16:06 +00:00