--- smage/trunk/core/atk/atk-2.30.0-r1.smage2 2018/10/29 13:04:00 12820 +++ smage/trunk/core/atk/atk-2.30.0-r1.smage2 2018/11/22 09:28:27 12893 @@ -17,7 +17,7 @@ SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*" -sminclude multilib mbuild alx-split +sminclude multilib meson alx-split SRC_URI=( http://ftp.gnome.org/pub/gnome/sources/${PNAME}/${PVER%.*}/${SRCFILE} @@ -28,6 +28,5 @@ src_compile() { - mconfigure --disable-introspection || die - mmake || die + meson_src_compile $(meson_opt introspection false) $(meson_opt docs false) || die }