From 67569e56262cd62760a4a10faeeb7190c5a88e50 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 27 Feb 2009 21:05:41 -0600 Subject: LLUI's CMakeList needs LLMedia cmake stuff. --- ChangeLog.txt | 3 +++ linden/indra/llui/CMakeLists.txt | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0129913..187fb9d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,8 @@ 2009-02-27 Jacek Antonelli + * linden/indra/llui/CMakeLists.txt: + LLUI's CMakeList needs LLMedia cmake stuff. + * linden/indra/newview/viewer_manifest.py: Added libgstpulse.so (PulseAudio) to Linux manifest. diff --git a/linden/indra/llui/CMakeLists.txt b/linden/indra/llui/CMakeLists.txt index 77efec5..b6de3d1 100644 --- a/linden/indra/llui/CMakeLists.txt +++ b/linden/indra/llui/CMakeLists.txt @@ -7,6 +7,7 @@ include(LLAudio) include(LLCommon) include(LLImage) include(LLMath) +include(LLMedia) include(LLMessage) include(LLRender) include(LLWindow) @@ -18,6 +19,7 @@ include_directories( ${LLCOMMON_INCLUDE_DIRS} ${LLIMAGE_INCLUDE_DIRS} ${LLMATH_INCLUDE_DIRS} + ${LLMEDIA_INCLUDE_DIRS} ${LLMESSAGE_INCLUDE_DIRS} ${LLRENDER_INCLUDE_DIRS} ${LLWINDOW_INCLUDE_DIRS} -- cgit v1.1