[webkit-help] a problem while porting a webkit r74228 to settop box (directfb based)
Choi IllYoung
iychoi at minigate.net
Sun Jan 16 21:59:21 PST 2011
Hi all.
I'm trying to port webkit r74228 to my settop box.
Since the settop box uses directfb thus, I selected GTK+ with directfb.
While compiling webkit r74228, it required GAIL package. (in case of r38492,
it did not require GAIL package)
I don't know many about GAIL package but, it seems to be based on x11.
I just want to compile recent version of webkit to my settop box with
directfb.
Is there any option to disable gail or compile gail without x11?
I already tried compiling webkit with "--disable-gail" option but, it does
not properly work.
Below are some of commands I used.
-- fontconfig --
$ ./configure --prefix=/usr/local/webkit --host=i686-cm-linux --without-x
--with-arch=i686-cm-linux-gnu --disable-docs
-- directfb --
$ ./configure --prefix=/usr/local/webkit --target=i686-cm-linux
--host=i686-cm-linux --without-x --disable-osx --disable-x11 --enable-fbdev
--with-gfxdrivers=none --build=i686 --with-inputdrivers=keyboard
--enable-zlib
-- cairo --
$ ./configure --prefix=/usr/local/webkit --host=i686-cm-linux
--enable-directfb=yes --enable-xlib=no --enable-xlib-xrender=no
--enable-xcb=no --without-x --disable-win32
-- pango --
$ ./configure --prefix=/usr/local/webkit --host=i686-cm-linux --without-x
--enable-cairo --disable-xlib --disable-win32
-- gtk+ --
$ ./configure --prefix=/usr/local/webkit --host=i686-cm-linux --without-x
--with-gdktarget=directfb --cache-file=gtk+-config.cache --disable-cups
-- webkit --
$ ./autogen.sh --prefix=/usr/local/webkit --host=i686-cm-linux
--enable-debug=no --with-target=directfb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110117/fa22119f/attachment.html>
More information about the webkit-help
mailing list