gnu: mpv: Enable Vulkan support.
authorRutger Helling <rhelling@mykolab.com>
Wed, 14 Feb 2018 07:13:17 +0000 (08:13 +0100)
committerRutger Helling <rhelling@mykolab.com>
Wed, 14 Feb 2018 07:18:58 +0000 (08:18 +0100)
* gnu/packages/video.scm (mpv)[inputs]: Add shaderc and vulkan-icd-loader.

gnu/packages/video.scm

index 5dfd264..3547803 100644 (file)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages tls)
   #:use-module (gnu packages version-control)
+  #:use-module (gnu packages vulkan)
   #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
   #:use-module (gnu packages wxwidgets)
@@ -1055,6 +1056,8 @@ SVCD, DVD, 3ivx, DivX 3/4/5, WMV and H.264 movies.")
        ("mpg123" ,mpg123)
        ("pulseaudio" ,pulseaudio)
        ("rsound" ,rsound)
+       ("shaderc" ,shaderc)
+       ("vulkan-icd-loader" ,vulkan-icd-loader)
        ("waf" ,python-waf)
        ("wayland" ,wayland)
        ("wayland-protocols" ,wayland-protocols)