ewarn "Be aware."
ewarn
fi
if use opengl ; then
if ! [ -e /usr/X11R6/include/GL/glext.h ] ; then
ewarn "You are going to compile Qt with opengl support."
ewarn "It's necessary that you run opengl-update first or the Qt meight will fail."
die
}
src_unpack() {