scanmem.exlib minor cleanup

This commit is contained in:
Martin Sekera 2018-12-19 09:53:31 +01:00
parent e5e2168235
commit 775a96a5ad

View file

@ -27,12 +27,12 @@ DEPENDENCIES="
)
"
DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=(
gui
)
# autotools.exlib fucks it up somehow
src_prepare() {
default
edo ./autogen.sh
}
src_configure() {
econf $(option_enable gui)
}