Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mkit.profiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,11 @@ profile_leptonica()
add_run_dep leptonica
}

profile_opencv()
{
add_run_dep opencv
}

profile_bzip2()
{
add_run_dep bzip2
Expand Down
6 changes: 6 additions & 0 deletions modules/opencv/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build_opencv()
{
build_raw_lite opencv

return $?
}
3 changes: 3 additions & 0 deletions modules/opencv/hooks/configure.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

cd ${BUILDDIR}/opencv
cmake "${srcdir_opencv}" -DCMAKE_INSTALL_PREFIX=${prefix}