]> git.pld-linux.org Git - packages/OpenColorIO.git/blob - OpenColorIO-oiio.patch
- updated to 2.3.2 (new soname)
[packages/OpenColorIO.git] / OpenColorIO-oiio.patch
1 --- OpenColorIO-1.1.0/CMakeLists.txt.orig       2018-06-26 19:16:47.136820152 +0200
2 +++ OpenColorIO-1.1.0/CMakeLists.txt    2018-06-26 19:59:46.266790685 +0200
3 @@ -460,7 +460,11 @@
4  if(OCIO_BUILD_APPS AND (OCIO_BUILD_STATIC OR OCIO_BUILD_SHARED) )
5  
6      # Try to find OpenImageIO (OIIO) and OpenGL stuff
7 +    if(DISABLE_OIIO)
8 +        set(OIIO_FOUND FALSE)
9 +    else()
10      OCIOFindOpenImageIO()
11 +    endif()
12      
13      if(OIIO_FOUND)
14          add_subdirectory(src/apps/ocioconvert)
This page took 0.085351 seconds and 3 git commands to generate.