Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index 3ea3ddca4b833e8e8543ecf2396ad49b7d449fb5..4856614050731cf0c90d7cc210d4c68249e9c259 100644 |
--- a/build/build_config.h |
+++ b/build/build_config.h |
@@ -31,7 +31,7 @@ |
#elif defined(__linux__) |
#define OS_LINUX 1 |
// Use TOOLKIT_GTK on linux if TOOLKIT_VIEWS isn't defined. |
-#if !defined(TOOLKIT_VIEWS) && defined(USE_X11) |
+#if !defined(TOOLKIT_VIEWS) && defined(USE_X11) && !defined(USE_AURA) |
#define TOOLKIT_GTK |
#endif |
#if defined(__GLIBC__) && !defined(__UCLIBC__) |