summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/spice-vdagent')
-rw-r--r--app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
index 48d524aa357e..4a7c49b1c148 100644
--- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
+++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0_p20180319.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit linux-info
+inherit autotools linux-info
MY_P="${P/_*/}"
PATCHSET="${P/*_p/}"
@@ -40,7 +40,12 @@ ERROR_VIRTIO_CONSOLE="VirtIO console/serial device support (VIRTIO_CONSOLE) is r
PATCHES=(
"${WORKDIR}"/patches
- )
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
src_configure() {
local opt=()