From 02013988cb1406f3b557bf05603cc726cc1a1889 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 26 Jan 2010 07:09:45 +0000 Subject: Fix stupid error for Linux build. TEST=none BUG=none Review URL: http://codereview.chromium.org/555096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37093 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/gpu/gpu_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/gpu/gpu_config.h') 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. -- cgit v1.1