diff options
author | Blake Shaw <blake@nonconstructivism.com> | 2022-03-22 10:49:58 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-03-22 10:51:08 +0100 |
commit | 614a7610dab88f5124f2837e70ff878861ef2d8d (patch) | |
tree | 4c7f3d158c2365619c6665a769aa88b4c9ff2678 | |
parent | e584a093f943be216fdc93895281fde835836b8d (diff) | |
download | guix-614a7610dab88f5124f2837e70ff878861ef2d8d.tar.gz |
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>
-rw-r--r-- | gnu/packages/image-processing.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/image-processing.scm b/gnu/packages/image-processing.scm index 272f400f67..a1a6c8ca5c 100644 --- a/gnu/packages/image-processing.scm +++ b/gnu/packages/image-processing.scm @@ -428,6 +428,7 @@ integrates with various databases on GUI toolkits such as Qt and Tk.") "-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 |