summaryrefslogtreecommitdiffstats
path: root/src/openscenegraph-4-disable-png.patch
blob: 7a03a463d5485b46f1526c55f4b416f06671739a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file is part of mingw-cross-env.
See doc/index.html or doc/README for further information.

diff -uNr OpenSceneGraph-2.8.2.orig/src/osgPlugins/CMakeLists.txt OpenSceneGraph-2.8.2/src/osgPlugins/CMakeLists.txt
--- OpenSceneGraph-2.8.2.orig/src/osgPlugins/CMakeLists.txt	2009-01-14 21:32:06.000000000 +0100
+++ OpenSceneGraph-2.8.2/src/osgPlugins/CMakeLists.txt	2010-01-15 06:54:16.000000000 +0100
@@ -96,9 +96,6 @@
 IF(GIFLIB_FOUND)
     ADD_SUBDIRECTORY(gif)
 ENDIF(GIFLIB_FOUND)
-IF(PNG_FOUND)
-    ADD_SUBDIRECTORY(png)
-ENDIF(PNG_FOUND)
 IF(TIFF_FOUND)
     ADD_SUBDIRECTORY(tiff)
 ENDIF(TIFF_FOUND)