diff options
-rw-r--r-- | media-sound/seq24/seq24-0.9.3-r1.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/seq24/seq24-0.9.3-r1.ebuild b/media-sound/seq24/seq24-0.9.3-r1.ebuild index 9901ff780372..7dfd95beaaa7 100644 --- a/media-sound/seq24/seq24-0.9.3-r1.ebuild +++ b/media-sound/seq24/seq24-0.9.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop +inherit autotools desktop DESCRIPTION="Loop based MIDI sequencer with focus on live performances" HOMEPAGE="https://edge.launchpad.net/seq24/" @@ -30,6 +30,11 @@ DOCS=( AUTHORS ChangeLog README RTC SEQ24 ) PATCHES=( "${FILESDIR}/${P}-std-mutex.patch" ) +src_prepare() { + default + eautoreconf +} + src_configure() { econf \ $(use_enable jack) \ |