view src/openscenegraph-4-disable-png.patch @ 647:e62e7f0d2650

new package: openscenegraph (by Martin Lambers)
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 20 Jan 2010 00:44:12 +0100
parents
children
line wrap: on
line source

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)