# Use splash screen without Sun logo
echo "--with-intro-bitmaps=\\\"${S}/build/${MST}/ooo_custom_images/nologo/introabout/intro.bmp\\\"" >> ${CONFFILE}
# Disable gconf if gnome is not used - swimmer@xs4all.nl 2009-04-24
if use !gnome ; then
echo "--disable-gconf" >> ${CONFFILE}
fi
}
src_configure() {