guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: raylib: Build shared libraries.


From: guix-commits
Subject: 05/08: gnu: raylib: Build shared libraries.
Date: Tue, 7 Mar 2023 05:35:52 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit e08ae5900a16ac29e6adc369f513f574137eb86e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Mon Mar 6 23:42:23 2023 +0000

    gnu: raylib: Build shared libraries.
    
    * gnu/packages/game-development.scm (raylib):
      [arguments]{#:configure-flags}: Enable building shared libraries.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/game-development.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index a0de1b339e..a384572a9d 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2847,12 +2847,15 @@ progresses the level, or you may regenerate tiles as 
the world changes.")
                     (url "https://github.com/raysan5/raylib/";)
                     (commit version)))
               (file-name (git-file-name name version))
+              ;; TODO: Unbundle src/external
               (sha256
                (base32
                 "14v5iwxh8grywiyw9agpd2sfpyriq1rwwkd9f2s4iihh0z5j7hk8"))))
     (build-system cmake-build-system)
     (arguments
-     (list #:tests? #f)) ;no test
+     (list #:tests? #f  ;no test
+           #:configure-flags
+           #~(list "-DBUILD_SHARED_LIBS=ON" )))
     (inputs (list alsa-lib
                   libx11
                   libxrandr



reply via email to

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