--- trunk/extras/at-spi2-core/at-spi2-core-2.28.0-r1.smage2 2018/04/05 12:15:33 30803 +++ trunk/extras/at-spi2-core/at-spi2-core-2.28.0-r1.smage2 2018/04/05 12:41:31 30804 @@ -26,7 +26,7 @@ SRCFILE="${PNAME}-${PVER}.tar.xz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" -sminclude multilib mbuild +sminclude multilib meson msetfeature "!check" # disabled atm SRC_URI=( @@ -38,6 +38,5 @@ src_compile() { - mconfigure --libexecdir=/usr/$(mlibdir)/${PNAME} --enable-introspection --disable-xevie || die - mmake || die + meson_src_compile $(meson_enable introspection) || die }