media-video/vlc: Fix USE=X options and deps
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Aug 2018 14:59:18 +0000 (16:59 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 11 Aug 2018 16:43:56 +0000 (18:43 +0200)
Dropping obsolete xvideo build switch, adding use-deps.
Upstream commit 7984db8c038c0802a29057da64429ce1e2895136

Package-Manager: Portage-2.3.45, Repoman-2.3.10

media-video/vlc/vlc-9999.ebuild

index 8aff2400d55e442eae7bbfe4422dfade556d2948..166d0409d47bb70091a87545724c66425acb20ca 100644 (file)
@@ -207,8 +207,9 @@ RDEPEND="
        )
        X? (
                x11-libs/libX11
-               x11-libs/libxcb
+               x11-libs/libxcb[xkb]
                x11-libs/libXcursor
+               x11-libs/libxkbcommon[X]
                x11-libs/xcb-util
                x11-libs/xcb-util-keysyms
        )
@@ -382,7 +383,6 @@ src_configure() {
                $(use_enable wma-fixed)
                $(use_with X x)
                $(use_enable X xcb)
-               $(use_enable X xvideo)
                $(use_enable x264)
                $(use_enable x265)
                $(use_enable xml libxml2)