Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2010-03-03 22:34:17 +0300
committerDalai Felinto <dfelinto@gmail.com>2010-03-03 22:34:17 +0300
commit790d6ca256e6b572826b2bf214c6fd6c8a623969 (patch)
tree1d877b646a90b35996dc8d94e677bbc5fcbae091 /intern/elbeem
parentef0dd615c6af31b30b4eb87c6a2e575254406281 (diff)
small png include adjustments (ifndef NOPNG ...).
* gameplayer is now probably not going to build without PNG turned ON. To fix that it would be necessary to use #ifndef NOPNG around the GPC_Canvas::MakeScreenShot. Since I don't this function it's working in 2.5 yet it's better to wait for that before doing it.
Diffstat (limited to 'intern/elbeem')
-rw-r--r--intern/elbeem/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/elbeem/CMakeLists.txt b/intern/elbeem/CMakeLists.txt
index c8a47871637..f0c71e067fc 100644
--- a/intern/elbeem/CMakeLists.txt
+++ b/intern/elbeem/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC ${ZLIB_INC} extern)
+SET(INC ${ZLIB_INC} ${PNG_INC} extern)
FILE(GLOB SRC intern/*.cpp)