summaryrefslogtreecommitdiff
path: root/indra/media_plugins
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-09 15:56:34 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-09 15:56:34 +0000
commitc9b27bec33d601330afe854d0322d22fce9da76a (patch)
tree641e670cfcc28cfbe2fbde962bd61176fe8e3314 /indra/media_plugins
parentb809b871369f5aeced50a81467f539cab9a9ed4e (diff)
EXT-4290 [Flash] On linux, youtube videos don't play unless its getting a mouse move event
use the proper cmake include() so glib is really found!
Diffstat (limited to 'indra/media_plugins')
-rw-r--r--indra/media_plugins/webkit/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/media_plugins/webkit/CMakeLists.txt b/indra/media_plugins/webkit/CMakeLists.txt
index a46ffefdac..4512c22b5d 100644
--- a/indra/media_plugins/webkit/CMakeLists.txt
+++ b/indra/media_plugins/webkit/CMakeLists.txt
@@ -9,7 +9,7 @@ include(LLPlugin)
include(LLMath)
include(LLRender)
include(LLWindow)
-include(LLUI)
+include(UI)
include(Linking)
include(PluginAPI)
include(MediaPluginBase)