gnu: mojoshader: Broaden feature support (viewport flipping and depth clipping).

* gnu/packages/gl.scm (mojoshader)[arguments]: Build with FLIP_VIEWPORT and
  DEPTH_CLIPPING.
This commit is contained in:
Pierre Neidhardt 2019-09-24 11:27:31 +02:00
parent 85dfecbedc
commit 3429f5d923
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 4 additions and 2 deletions

View File

@ -808,7 +808,7 @@ network.")
(let ((changeset "5887634ea695"))
(package
(name "mojoshader")
(version changeset)
(version (string-append "20190825" "-" changeset))
(source
(origin
(method hg-fetch)
@ -821,7 +821,9 @@ network.")
(arguments
;; Tests only for COMPILER_SUPPORT=ON.
`(#:tests? #f
#:configure-flags '("-DBUILD_SHARED=ON")
#:configure-flags '("-DBUILD_SHARED=ON"
"-DFLIP_VIEWPORT=ON"
"-DDEPTH_CLIPPING=ON")
#:phases
(modify-phases %standard-phases
(replace 'install