diff --git a/packages/dev-util/scanmem/scanmem.exlib b/packages/dev-util/scanmem/scanmem.exlib index 1499714..2e392fb 100644 --- a/packages/dev-util/scanmem/scanmem.exlib +++ b/packages/dev-util/scanmem/scanmem.exlib @@ -1,7 +1,7 @@ # Copyright 2018 Martin Sekera # Distributed under the terms of the GNU General Public License v2 -# require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] +#require autotools [ supported_autoconf=[ 2.5 ] supported_automake=[ 1.16 ] ] require github [ tag=v${PV} ] SUMMARY="A memory scanner for Linux." @@ -27,12 +27,12 @@ DEPENDENCIES=" ) " -src_prepare(){ +DEFAULT_SRC_CONFIGURE_OPTION_ENABLES=( + gui +) + +# autotools.exlib fucks it up somehow +src_prepare() { default edo ./autogen.sh } - - -src_configure() { - econf $(option_enable gui) -}