Unverified Commit 9248e007 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

mpv: make vaapi support depending on x11/wayland

it requires either x11 or wayland to be enabled and fails configure if
not so
parent ce0a2d2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@
, speexSupport       ? true,           speex
, swiftSupport       ? stdenv.isDarwin && stdenv.isAarch64, swift
, theoraSupport      ? true,           libtheora
, vaapiSupport       ? stdenv.isLinux, libva
, vaapiSupport       ? x11Support || waylandSupport, libva
, vapoursynthSupport ? false,          vapoursynth
, vdpauSupport       ? true,           libvdpau
, xineramaSupport    ? stdenv.isLinux, libXinerama