Fix segmentation fault bug.
[vuplus_webkit] / build.sh
1 #!/bin/sh
2 ./Tools/Scripts/build-webkit --gtk --debug \
3                                 --with-gtk=2.0 \
4                                 --enable-fast-mobile-scrolling \
5                                 --with-font-backend=freetype \
6                                 --no-mathml \
7                                 --no-media-stream \
8                                 --no-svg \
9                                 --no-svg-fonts \
10                                 --disable-spellcheck \
11                                 --no-geolocation
12                         
13
14
15