guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: sfml: Install pkgconfig files.


From: Ricardo Wurmus
Subject: 01/05: gnu: sfml: Install pkgconfig files.
Date: Mon, 17 Oct 2016 16:10:10 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit a6e25a50f9b560291889e87401d5c9ec598a89fa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 16 20:07:09 2016 +0200

    gnu: sfml: Install pkgconfig files.
    
    * gnu/packages/game-development.scm (sfml)[arguments]: Add configure
    flag to install pkgconfig files.
---
 gnu/packages/game-development.scm |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 5e6cf0b..de0b842 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -183,7 +183,9 @@ clone.")
                 "0k2fl5xk3ni2q8bsxl0551inx26ww3w6cp6hssvww0wfjdjcirsm"))))
     (build-system cmake-build-system)
     (arguments
-     '(#:tests? #f)) ; no tests
+     '(#:configure-flags
+       (list "-DSFML_INSTALL_PKGCONFIG_FILES=TRUE")
+       #:tests? #f)) ; no tests
     (inputs
      `(("mesa" ,mesa)
        ("glew" ,glew)



reply via email to

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