自分でビルドした Firefox 2.0 Beta1 のブ ランディングが変わらなかったのは --enable-official-branding を付けなかったからでした。configure のオプションについては以前メ モしておいたのにすっかり忘れてました。

以下今回使った .mozconfig です。

ac_add_options --enable-application=browser
ac_add_options --enable-xft
ac_add_options --enable-svg
ac_add_options --enable-canvas
ac_add_options --enable-optimize=-xO3
ac_add_options --enable-default-toolkit=gtk2
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-shared
ac_add_options --disable-auto-deps
ac_add_options --disable-freetype2
ac_add_options --enable-static
ac_add_options --enable-official-branding
Comments:

Post a Comment:
Comments are closed for this entry.

This blog copyright 2009 by katakai