[webkit-gtk] WebGL in VirtualBox
George Georgopoulos
ggeorg at arkasoft.com
Thu Sep 15 23:33:24 PDT 2011
Hi,
I managed to compile WebKitGtk 1.5.2 (by copying the missing headers
files from SVN) in a LFS (Linux From Scratch) system (32bit). I used
various configuration options, my latest are:
CFLAGS="-Os -fomit-frame-pointer" \
CXXFLAGS="-Os -fomit-frame-pointer" \
./configure --prefix=/usr \
--disable-silent-rules \
--disable-static \
--disable-debug \
--enable-introspection \
--enable-jit \
--width-gtk=3.0 \
--disable-webkit2 \
--with-target=x11 \
--enable-3d-rendering \
--enable-webgl \
--disable-snadbox \
--with-unicode-backend=icu \
--with-font-backend=freetype
I am running LFS inside VirtualBox with Guest Additions enabled but my
mini browser can't render WebGL pages. Do I miss something?
Thanks in advance,
George.
More information about the webkit-gtk
mailing list