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 | |
parent | 5ac77fee3da63464888b94853f0813085a947e84 (diff) |
recent minimo-cvs needs --enable-application=browser
BKrev: 41ab42afFFaKpb-SeXF2SyEdo_LEQA
Diffstat (limited to 'mozilla')
-rw-r--r-- | mozilla/minimo/mozconfig | 3 | ||||
-rw-r--r-- | mozilla/minimo_cvs.oe | 3 |
2 files changed, 5 insertions, 1 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 diff --git a/mozilla/minimo_cvs.oe b/mozilla/minimo_cvs.oe index 1c10ab1d3f..f69f6ee5d6 100644 --- a/mozilla/minimo_cvs.oe +++ b/mozilla/minimo_cvs.oe @@ -1,3 +1,4 @@ +DESCRIPTION = "A minimal version of the Mozilla web browser" DEPENDS = "xt gtk+ libidl zip-native" SRC_URI = "cvs://anonymous@cvs-mirror.mozilla.org/cvsroot;module=mozilla \ file://xptcstubs.patch;patch=1 \ @@ -10,7 +11,7 @@ SECTION = "x11" PRIORITY = "optional" PV = "0.0cvs${CVSDATE}" FILES_${PN} += "${libdir}/mozilla-minimo" -PR = "r5" +PR = "r6" LICENSE = "MPL/LGPL/GPL" export MINIMO=1 |