diff options
author | Igor Savlook <isav@alzari.pw> | 2017-07-20 20:16:58 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-07-30 13:14:10 +0200 |
commit | b671883c631a7e23703c7bb50776ec7129d7f78e (patch) | |
tree | 8038b022d656ff7ba0ad473bcd6c8a05a43d9d68 /x11-drivers/xf86-video-virtualbox | |
parent | net-misc/remmina: drop old (diff) | |
download | gentoo-b671883c631a7e23703c7bb50776ec7129d7f78e.tar.gz gentoo-b671883c631a7e23703c7bb50776ec7129d7f78e.tar.bz2 gentoo-b671883c631a7e23703c7bb50776ec7129d7f78e.zip |
x11-drivers/xf86-video-virtualbox: add missing dependencies
The current ebuild is missing a dependency on
* x11-proto/presentproto
* x11-proto/dri3proto
Bug: https://bugs.gentoo.org/625748
Closes: https://github.com/gentoo/gentoo/pull/5150
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox')
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild index 3eb7cfa80d31..d64df0a7da70 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.24.ebuild @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} >=dev-util/kbuild-0.1.9998_pre20131130 sys-power/iasl x11-proto/fontsproto + x11-proto/presentproto x11-proto/randrproto x11-proto/renderproto x11-proto/resourceproto @@ -40,8 +41,12 @@ DEPEND="${RDEPEND} x11-libs/libX11 x11-libs/libXfixes x11-libs/libXext - dri? ( x11-proto/xf86driproto - >=x11-libs/libdrm-2.4.5 )" + dri? ( + x11-proto/dri3proto + x11-proto/xf86driproto + >=x11-libs/libdrm-2.4.5 + )" + PDEPEND="dri? ( ~app-emulation/virtualbox-guest-additions-${PV} )" BUILD_TARGETS="all" |