guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: opencv: Add pkgconfig generation flag.


From: guix-commits
Subject: branch master updated: gnu: opencv: Add pkgconfig generation flag.
Date: Tue, 22 Mar 2022 06:31:18 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 614a7610da gnu: opencv: Add pkgconfig generation flag.
614a7610da is described below

commit 614a7610dab88f5124f2837e70ff878861ef2d8d
Author: Blake Shaw <blake@nonconstructivism.com>
AuthorDate: Tue Mar 22 10:49:58 2022 +0100

    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>
---
 gnu/packages/image-processing.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]