diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-07-04 19:54:06 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-07-04 19:54:48 -0400 |
commit | 7d299032e06ac2b6d0c8ffc6011e54a39d47de1f (patch) | |
tree | 7ca22b963ecc26a723816c00d240a9c93f57468f /app-emulation | |
parent | dev-db/qt5-sqlcipher: Support Qt 5.11. (diff) | |
download | gentoo-7d299032e06ac2b6d0c8ffc6011e54a39d47de1f.tar.gz gentoo-7d299032e06ac2b6d0c8ffc6011e54a39d47de1f.tar.bz2 gentoo-7d299032e06ac2b6d0c8ffc6011e54a39d47de1f.zip |
app-emulation/open-vm-tools: depend on x11-libs/libdrm[video_cards_vmware]
Closes: https://bugs.gentoo.org/660398
Package-Manager: Portage-2.3.40_p15, Repoman-2.3.9_p247
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild b/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild index ec6be6335a56..bddd12cadf29 100644 --- a/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild +++ b/app-emulation/open-vm-tools/open-vm-tools-10.2.5.ebuild @@ -58,7 +58,7 @@ RDEPEND=" net-libs/rabbitmq-c ) resolutionkms? ( - x11-libs/libdrm + x11-libs/libdrm[video_cards_vmware] virtual/libudev ) " |