]> git.pld-linux.org Git - packages/CEGUI.git/blob - python2.patch
- fix build with ogre 13, rel 8
[packages/CEGUI.git] / python2.patch
1 --- cegui-0.8.7/CMakeLists.txt~ 2019-04-18 08:25:25.000000000 +0200
2 +++ cegui-0.8.7/CMakeLists.txt  2019-04-19 09:41:27.720505266 +0200
3 @@ -126,7 +126,7 @@
4  else()
5    find_package(PythonLibs)
6  endif()
7 -find_package(Boost 1.36.0 COMPONENTS python unit_test_framework system timer)
8 +find_package(Boost 1.36.0 COMPONENTS python27 unit_test_framework system timer)
9  
10  find_package(Doxygen)
11  find_package(GTK2 COMPONENTS gtk)
12 @@ -213,7 +213,7 @@
13  cegui_dependent_option( CEGUI_BUILD_LUA_MODULE "Specifies whether to build the Lua based script module" "LUA51_FOUND;TOLUAPP_FOUND" )
14  cegui_dependent_option( CEGUI_BUILD_LUA_GENERATOR "Specifies whether to build the custom tolua binding generator 'toluappcegui'" "LUA51_FOUND;TOLUAPP_FOUND" )
15  
16 -cegui_dependent_option( CEGUI_BUILD_PYTHON_MODULES "Specifies whether to build the Python extension module(s)" "PYTHONINTERP_FOUND;PYTHONLIBS_FOUND;Boost_PYTHON_FOUND" )
17 +cegui_dependent_option( CEGUI_BUILD_PYTHON_MODULES "Specifies whether to build the Python extension module(s)" "PYTHONINTERP_FOUND;PYTHONLIBS_FOUND;Boost_PYTHON27_FOUND" )
18  
19  option( CEGUI_OPTION_SAFE_LUA_MODULE "Specifies whether to enable extra validation in the Lua script module in non-debug builds" FALSE )
20  
This page took 0.049833 seconds and 3 git commands to generate.