mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: opencv: Add pkgconfig generation flag.
* gnu/packages/image-processing.scm (opencv)[arguments]: Add OPENCV_GENERATE_PKGCONFIG flag. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
e584a093f9
commit
614a7610da
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ (define-public opencv
|
|||
"-DWITH_ITT=OFF"
|
||||
"-DWITH_CAROTENE=OFF" ; only visible on arm/aarch64
|
||||
"-DENABLE_PRECOMPILED_HEADERS=OFF"
|
||||
"-DOPENCV_GENERATE_PKGCONFIG=ON"
|
||||
|
||||
;; CPU-Features:
|
||||
;; See cmake/OpenCVCompilerOptimizations.cmake
|
||||
|
|
Loading…
Reference in a new issue