diff --git a/SysBuild/guibased/pango b/SysBuild/guibased/pango index 16bb4dc..0cee541 100644 --- a/SysBuild/guibased/pango +++ b/SysBuild/guibased/pango @@ -100,6 +100,7 @@ mk32() { ./configure --build=$TARGET32 \ --prefix=/usr/X11R7 \ --sysconfdir=/etc \ + --enable-introspection=no \ --with-dynamic-modules=yes && make -j $NUMCPU && make -j $NUMCPU DESTDIR=$TMPROOT install @@ -150,6 +151,7 @@ mk() { --libdir=/usr/X11R7/${LIBDIR} \ --prefix=/usr/X11R7 \ --sysconfdir=/etc \ + --enable-introspection=no \ --with-dynamic-modules=yes && make -j $NUMCPU && make -j $NUMCPU DESTDIR=$TMPROOT install