mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-video/mpv: add missing depend on vulkan-headers
mpv-9999 newly checks for headers which prompted this, but these were always needed for vulkan and 0.38 fails to build without (albeit was unlikely to be missing outside binpkgs). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -115,6 +115,7 @@ DEPEND="
|
||||
X? ( x11-base/xorg-proto )
|
||||
dvb? ( sys-kernel/linux-headers )
|
||||
nvenc? ( media-libs/nv-codec-headers )
|
||||
vulkan? ( dev-util/vulkan-headers )
|
||||
wayland? ( dev-libs/wayland-protocols )
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
@@ -115,6 +115,7 @@ DEPEND="
|
||||
X? ( x11-base/xorg-proto )
|
||||
dvb? ( sys-kernel/linux-headers )
|
||||
nvenc? ( media-libs/nv-codec-headers )
|
||||
vulkan? ( dev-util/vulkan-headers )
|
||||
wayland? ( dev-libs/wayland-protocols )
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user