diff options
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 1894a65..bcadb47f 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_X86) // Only define GLX support for Intel CPUs for now until we can get the // proper dependencies and build setup for ARM. |