summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chromium/build/linux/system.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/build/linux/system.gyp b/chromium/build/linux/system.gyp
index 72af0810380..92c74805bb8 100644
--- a/chromium/build/linux/system.gyp
+++ b/chromium/build/linux/system.gyp
@@ -5,7 +5,7 @@
{
'variables': {
'conditions': [
- ['sysroot!="" and qt_os=="embedded_linux"', {
+ ['sysroot!="" and qt_os!="embedded_linux"', {
'pkg-config': './pkg-config-wrapper "<(sysroot)" "<(target_arch)"',
}, {
'pkg-config': 'pkg-config'