summaryrefslogtreecommitdiff
path: root/chromium/build
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2014-04-23 17:01:18 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-06-04 18:15:02 +0200
commit5beb9a3ceb88fb4c0fa0e57e94b0648dd4b2da4f (patch)
treed64b55816f5d689c6b09a93f48e1c88f6ac302e0 /chromium/build
parent7cd32eefe1af40682a6b3e632be116a12c403665 (diff)
downloadqtwebengine-chromium-5beb9a3ceb88fb4c0fa0e57e94b0648dd4b2da4f.tar.gz
<chromium> Adjust gyp defines for eLinux.
- Add Raspberry PI chipset to list of defined platforms. - Make sure to include sources for xdg support. - Do not use pkg-config-wrapper, as our sysroot pkg-config already returns absolute paths. - Use openssl for eLinux. - Use fontconfig and freetype2 for eLinux. Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Change-Id: Ic5266f818432b4432ed1d8a1ac07f434cb5b86e6 Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'chromium/build')
-rw-r--r--chromium/build/linux/system.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 1451afbd214..9911317e2fb 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -506,6 +506,8 @@
{
'target_name': 'libpci',
'type': 'static_library',
+ 'conditions': [
+ ['use_x11==1', {
'cflags': [
'<!@(<(pkg-config) --cflags libpci)',
],
@@ -566,6 +568,8 @@
'process_outputs_as_sources': 1,
},
],
+ }],
+ ],
},
{
'target_name': 'libresolv',