gnu: glslang: Build shared libraries.
* gnu/packages/vulkan.scm (glslang)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
f3d3726e44
commit
1c5b9c3d96
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ (define-public glslang
|
|||
(file-name (string-append name "-" version "-checkout"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f)) ;FIXME: requires bundled SPIRV-Tools
|
||||
'(#:tests? #f ;FIXME: requires bundled SPIRV-Tools
|
||||
#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python)))
|
||||
|
|
Loading…
Reference in a new issue