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:
parent
85dfecbedc
commit
3429f5d923
|
@ -808,7 +808,7 @@ network.")
|
||||||
(let ((changeset "5887634ea695"))
|
(let ((changeset "5887634ea695"))
|
||||||
(package
|
(package
|
||||||
(name "mojoshader")
|
(name "mojoshader")
|
||||||
(version changeset)
|
(version (string-append "20190825" "-" changeset))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method hg-fetch)
|
(method hg-fetch)
|
||||||
|
@ -821,7 +821,9 @@ network.")
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests only for COMPILER_SUPPORT=ON.
|
;; Tests only for COMPILER_SUPPORT=ON.
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
#:configure-flags '("-DBUILD_SHARED=ON")
|
#:configure-flags '("-DBUILD_SHARED=ON"
|
||||||
|
"-DFLIP_VIEWPORT=ON"
|
||||||
|
"-DDEPTH_CLIPPING=ON")
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'install
|
(replace 'install
|
||||||
|
|
Loading…
Reference in New Issue