mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
open-vm-tools: fix build-time dependencies
Although we don't want glib and procps to be in the runtime dependencies due to the way OEM packages are handled we still want them included as build-time dependencies so compilation is actually successful. :)
This commit is contained in:
parent
a1e3d135d3
commit
392869e36d
@ -22,14 +22,16 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="+dnet +pic" # TODO: pam
|
||||
|
||||
# Dependencies provided by CoreOS, not the OEM:
|
||||
DEPEND="dev-libs/glib:2
|
||||
sys-process/procps
|
||||
dnet? ( dev-libs/libdnet )"
|
||||
|
||||
# Runtime dependencies provided by CoreOS, not the OEM:
|
||||
# dev-libs/glib:2
|
||||
# sys-apps/ethtool
|
||||
# sys-process/procps
|
||||
# pam? ( virtual/pam )
|
||||
RDEPEND="
|
||||
dnet? ( dev-libs/libdnet )
|
||||
"
|
||||
RDEPEND="dnet? ( dev-libs/libdnet )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user