mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-29 01:05:05 +00:00
rosenthal: Add libva-nox.
* rosenthal/packages/video.scm (libva-nox): New variable.
This commit is contained in:
parent
bd4f4e7da0
commit
145ebf94aa
@ -23,3 +23,17 @@
|
|||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"070aj9nw681a4m7f5xb662hhyib0w9q0i0s9v8vplh9cvfhaqpqi"))))))
|
"070aj9nw681a4m7f5xb662hhyib0w9q0i0s9v8vplh9cvfhaqpqi"))))))
|
||||||
|
|
||||||
|
(define-public libva-nox
|
||||||
|
(let ((base libva-2.16.0))
|
||||||
|
(package
|
||||||
|
(inherit base)
|
||||||
|
(name "libva-nox")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments base)
|
||||||
|
((#:configure-flags configure-flags)
|
||||||
|
#~(append #$configure-flags (list "--disable-glx")))
|
||||||
|
((#:phases _) #~%standard-phases)))
|
||||||
|
(inputs
|
||||||
|
(modify-inputs (package-inputs base)
|
||||||
|
(delete "libx11" "libxext" "libxfixes"))))))
|
||||||
|
Loading…
Reference in New Issue
Block a user