diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 15:39:27 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-29 15:39:27 +0000 |
commit | b3d93ad4b0d9ee14222812127ea4ef39a7f45176 (patch) | |
tree | f6cac93cf523a59838b99b8dc30e078c9253ebb7 /mozilla/minimo | |
parent | 5ac77fee3da63464888b94853f0813085a947e84 (diff) |
recent minimo-cvs needs --enable-application=browser
BKrev: 41ab42afFFaKpb-SeXF2SyEdo_LEQA
Diffstat (limited to 'mozilla/minimo')
-rw-r--r-- | mozilla/minimo/mozconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mozilla/minimo/mozconfig b/mozilla/minimo/mozconfig index 38a2b87d81..0781ae1378 100644 --- a/mozilla/minimo/mozconfig +++ b/mozilla/minimo/mozconfig @@ -2,6 +2,9 @@ MINIMO=1 mk_add_options MINIMO=1 +# enable building the browser +ac_add_options --enable-application=browser + # use GTK+-2 widget set with XFT font rendering ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft |