diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-09 15:56:34 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-09 15:56:34 +0000 |
commit | c9b27bec33d601330afe854d0322d22fce9da76a (patch) | |
tree | 641e670cfcc28cfbe2fbde962bd61176fe8e3314 /indra/media_plugins | |
parent | b809b871369f5aeced50a81467f539cab9a9ed4e (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.txt | 2 |
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) |