gnu: intel-vaapi-driver: Restrict supported systems.
As noted at <https://debbugs.gnu.org/36814> and then promptly forgotten.
This follows up on commit d8d7565b82
.
* gnu/packages/video.scm (intel-vaapi-driver)[supported-systems]:
Build onl on Intel systems.
This commit is contained in:
parent
a094693de3
commit
3935507f0f
@ -2762,6 +2762,7 @@ (define-public intel-vaapi-driver
|
||||
(list (search-path-specification
|
||||
(variable "LIBVA_DRIVERS_PATH")
|
||||
(files '("lib/dri")))))
|
||||
(supported-systems '("i686-linux" "x86_64-linux"))
|
||||
(home-page "https://01.org/linuxmedia/vaapi")
|
||||
(synopsis "VA-API video acceleration driver for Intel GEN Graphics devices")
|
||||
(description
|
||||
|
Loading…
Reference in New Issue
Block a user