summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrew de Laix <alain@lindenlab.com>2011-03-11 23:50:00 +0000
committerAndrew de Laix <alain@lindenlab.com>2011-03-11 23:50:00 +0000
commitfcdd82af83093a0e62200be7b1fc44e96fd76d57 (patch)
tree6fb95e2aa33d6a7d99491c83efc23382eaef2cf9 /indra/cmake
parent5b87c94fa7c2c991e2f225f0bc59614b8b32e4e0 (diff)
update libpng archive for linux.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/PNG.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/PNG.cmake b/indra/cmake/PNG.cmake
index 60f749869a..913c575672 100644
--- a/indra/cmake/PNG.cmake
+++ b/indra/cmake/PNG.cmake
@@ -15,7 +15,7 @@ else (STANDALONE)
set(PNG_LIBRARIES png15)
set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng15)
else()
- set(PNG_LIBRARIES png12)
- set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng12)
+ set(PNG_LIBRARIES png15)
+ set(PNG_INCLUDE_DIRS ${LIBS_PREBUILT_DIR}/include/libpng15)
endif()
endif (STANDALONE)