[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: intel-vaapi-driver: Restrict supported systems.
From: |
guix-commits |
Subject: |
03/03: gnu: intel-vaapi-driver: Restrict supported systems. |
Date: |
Wed, 31 Jul 2019 23:53:05 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3935507f0ffb4bc3a5119efe0bd1bb94b2c76db3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jul 30 06:27:21 2019 +0200
gnu: intel-vaapi-driver: Restrict supported systems.
As noted at <https://debbugs.gnu.org/36814> and then promptly forgotten.
This follows up on commit d8d7565b82539bfff721bf884b7f4a3de3e6b4c3.
* gnu/packages/video.scm (intel-vaapi-driver)[supported-systems]:
Build onl on Intel systems.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 544e305..6a53833 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2762,6 +2762,7 @@ of modern, widely supported codecs.")
(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