From 5abb6dece78d9c7639511830590e0f447790fa82 Mon Sep 17 00:00:00 2001
From: Tofu Linden <tofu.linden@lindenlab.com>
Date: Tue, 9 Feb 2010 14:00:33 +0000
Subject: HACK HACK HACK to unbreak linux build while I wait for access to the
 new llqtwebkit code. only affects linux.  may harm webkit functionality
 temporarily.  to be backed-out.

---
 indra/llplugin/llpluginclassmedia.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'indra/llplugin')

diff --git a/indra/llplugin/llpluginclassmedia.cpp b/indra/llplugin/llpluginclassmedia.cpp
index 6a2449cf4b..b9bab491f3 100644
--- a/indra/llplugin/llpluginclassmedia.cpp
+++ b/indra/llplugin/llpluginclassmedia.cpp
@@ -684,6 +684,7 @@ LLPluginClassMedia::ETargetType getTargetTypeFromLLQtWebkit(int target_type)
 	// so that we don't expose the llqtwebkit header in viewer code
 	switch (target_type)
 	{
+#if !LL_LINUX
 	case LLQtWebKit::LTT_TARGET_NONE:
 		return LLPluginClassMedia::TARGET_NONE;
 
@@ -692,7 +693,7 @@ LLPluginClassMedia::ETargetType getTargetTypeFromLLQtWebkit(int target_type)
 
 	case LLQtWebKit::LTT_TARGET_EXTERNAL:
 		return LLPluginClassMedia::TARGET_EXTERNAL;
-
+#endif
 	default:
 		return LLPluginClassMedia::TARGET_OTHER;
 	}
-- 
cgit v1.2.3