diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-29 00:46:19 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-09 03:27:06 +0000 |
commit | cc5081e8a59ce20bd640a14446f3220fb00584de (patch) | |
tree | 82f07b9a0504f5276c1d075bff646873ff53cb98 /media-libs/libva | |
parent | sys-apps/pkgcore: depend on snakeoil at build time too (diff) | |
download | gentoo-cc5081e8a59ce20bd640a14446f3220fb00584de.tar.gz gentoo-cc5081e8a59ce20bd640a14446f3220fb00584de.tar.bz2 gentoo-cc5081e8a59ce20bd640a14446f3220fb00584de.zip |
media-libs/libva: add missing build dependency
Another case where libX11's x11.pc propagates build-time dependencies
that aren't recorded.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34716
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libva')
-rw-r--r-- | media-libs/libva/libva-2.20.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/libva/libva-2.20.0.ebuild b/media-libs/libva/libva-2.20.0.ebuild index cf0503fdb3a5..26ee296ce8db 100644 --- a/media-libs/libva/libva-2.20.0.ebuild +++ b/media-libs/libva/libva-2.20.0.ebuild @@ -33,7 +33,10 @@ RDEPEND=" x11-libs/libxcb:=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + X? ( x11-base/xorg-proto ) +" BDEPEND=" wayland? ( dev-util/wayland-scanner ) virtual/pkgconfig |