diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-26 07:20:45 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-26 07:20:45 +0000 |
commit | 70008ef86aca6cecdb34f509b4ad488f7135d6bc (patch) | |
tree | 4e6d94e651881d0a6ce8a47e96ae3464ac622868 /chrome/gpu/gpu_config.h | |
parent | 02013988cb1406f3b557bf05603cc726cc1a1889 (diff) | |
download | chromium_src-70008ef86aca6cecdb34f509b4ad488f7135d6bc.zip chromium_src-70008ef86aca6cecdb34f509b4ad488f7135d6bc.tar.gz chromium_src-70008ef86aca6cecdb34f509b4ad488f7135d6bc.tar.bz2 |
Hopefully fix the Linux build for real. I didn't realize *_X86 wasn't defined
on X86_64.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/555097
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37094 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu/gpu_config.h')
-rw-r--r-- | chrome/gpu/gpu_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/gpu/gpu_config.h b/chrome/gpu/gpu_config.h index bcadb47f..41ca6a3 100644 --- a/chrome/gpu/gpu_config.h +++ b/chrome/gpu/gpu_config.h @@ -9,7 +9,7 @@ #include "build/build_config.h" -#if defined(OS_LINUX) && defined(ARCH_CPU_X86) +#if defined(OS_LINUX) && !defined(ARCH_CPU_ARMEL) // Only define GLX support for Intel CPUs for now until we can get the // proper dependencies and build setup for ARM. |