diff options
author | Andreas Enge <[email protected]> | 2023-03-20 18:21:47 +0100 |
---|---|---|
committer | Andreas Enge <[email protected]> | 2023-03-20 18:49:06 +0100 |
commit | ccb62d8feb50e2859d7c41429a9e3d9e0fe30bfe (patch) | |
tree | 4ab573cee33f277828ad553a22579175b1dda22d /gnu/packages/game-development.scm | |
parent | 098bd280f82350073e8280e37d56a14162eed09c (diff) | |
parent | f80215c7c4ae5ea0c316f4766e6c05ae4218ede3 (diff) |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/game-development.scm')
-rw-r--r-- | gnu/packages/game-development.scm | 5 |
1 files changed, 4 insertions, 1 deletions
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 |