Skip to content

Commit

Permalink
opencv: Do not build python
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed May 26, 2017
1 parent 35649e5 commit 31b184b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Packages.py
Expand Up @@ -1155,6 +1155,8 @@ def configure(self):
'-DBUILD_opencv_xphoto=ON',
'-DBUILD_opencv_fuzzy=OFF',
'-DBUILD_opencv_dnn=OFF',
'-DBUILD_opencv_python2=OFF',
'-DBUILD_opencv_python3=OFF',
'-DINSTALL_C_EXAMPLES=OFF',
'-DINSTALL_PYTHON_EXAMPLES=OFF',
'-DWITH_FFMPEG=OFF',
Expand Down

0 comments on commit 31b184b

Please sign in to comment.