diff options
-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 |