diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2017-12-12 21:44:49 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2017-12-16 18:58:50 +0200 |
commit | 67df7164e0e38c343aa3a6a43308217ed985f655 (patch) | |
tree | f70ce2ee60d6a8f2a115563281843716eced6032 /gnu/local.mk | |
parent | 02345c963e1e8a45afcdf5acb80fca4538244b36 (diff) | |
download | gnu-guix-67df7164e0e38c343aa3a6a43308217ed985f655.tar gnu-guix-67df7164e0e38c343aa3a6a43308217ed985f655.tar.gz |
gnu: Add libvdpau-va-gl.
* gnu/packages/video.scm (libvdpau-va-gl): New variable.
* gnu/packages/patches/libvdpau-va-gl-unbundle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 636919550c..0e93f9f102 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -836,6 +836,7 @@ dist_patch_DATA = \ %D%/packages/patches/libunistring-gnulib-multi-core.patch \ %D%/packages/patches/libusb-0.1-disable-tests.patch \ %D%/packages/patches/libusb-for-axoloti.patch \ + %D%/packages/patches/libvdpau-va-gl-unbundle.patch \ %D%/packages/patches/libvpx-CVE-2016-2818.patch \ %D%/packages/patches/libxcb-python-3.5-compat.patch \ %D%/packages/patches/libxml2-CVE-2016-4658.patch \ |