app-emulation/open-vm-tools: add USE flags salt-minion

For open-vm-tools 12.0.0, add a new USE flag salt-minion.
Pass `--disable-containerinfo` to fix build issues, because it is
currently not trivial to import dependency libs grpc++ into Flatcar.
This commit is contained in:
Dongsu Park 2022-03-09 15:54:02 +01:00
parent 461edca2d5
commit 3d3acd7a98

View File

@ -13,7 +13,8 @@ SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="+dnet +pic +deploypkg" # TODO: pam
# Flatcar: add USE flag salt-minion
IUSE="+deploypkg +dnet +pic salt-minion" # TODO: pam
DEPEND="dev-libs/glib:2
net-libs/libtirpc
@ -72,6 +73,8 @@ src_configure() {
local myeconfargs=(
--prefix=/usr/share/oem
$(use_enable deploypkg)
$(use_enable salt-minion)
--disable-containerinfo
--disable-docs
--disable-multimon
--disable-tests