media-libs/vulkan-loader: fix missing dep on libXrandr
authorGeorgy Yakovlev <ya@sysdump.net>
Fri, 2 Mar 2018 16:49:07 +0000 (08:49 -0800)
committerMatt Turner <mattst88@gentoo.org>
Mon, 12 Mar 2018 17:41:02 +0000 (10:41 -0700)
Closes: https://bugs.gentoo.org/649334
Closes: https://github.com/gentoo/gentoo/pull/7335

media-libs/vulkan-loader/vulkan-loader-9999.ebuild

index cc127324a6ba35bcf3ecf79346ac9d0604988684..bb9cb32772dcd5b50f6989242a23d5e5993139dd 100644 (file)
@@ -28,7 +28,10 @@ RDEPEND=""
 DEPEND="${PYTHON_DEPS}
        demos? ( dev-util/glslang:=[${MULTILIB_USEDEP}] )
        wayland? ( dev-libs/wayland:=[${MULTILIB_USEDEP}] )
-       X? ( x11-libs/libX11:=[${MULTILIB_USEDEP}] )"
+       X? (
+               x11-libs/libX11:=[${MULTILIB_USEDEP}]
+               x11-libs/libXrandr:=[${MULTILIB_USEDEP}]
+       )"
 
 multilib_src_configure() {
        local mycmakeargs=(