recent minimo-cvs needs --enable-application=browser
authorMichael Lauer <mickey@vanille-media.de>
Mon, 29 Nov 2004 15:39:27 +0000 (15:39 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Mon, 29 Nov 2004 15:39:27 +0000 (15:39 +0000)
BKrev: 41ab42afFFaKpb-SeXF2SyEdo_LEQA

mozilla/minimo/mozconfig
mozilla/minimo_cvs.oe

index 38a2b87..0781ae1 100644 (file)
@@ -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
index 1c10ab1..f69f6ee 100644 (file)
@@ -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