aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-11-29 15:39:27 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-11-29 15:39:27 +0000
commitb3d93ad4b0d9ee14222812127ea4ef39a7f45176 (patch)
treef6cac93cf523a59838b99b8dc30e078c9253ebb7
parent5ac77fee3da63464888b94853f0813085a947e84 (diff)
downloadopenembedded-b3d93ad4b0d9ee14222812127ea4ef39a7f45176.tar.gz
recent minimo-cvs needs --enable-application=browser
BKrev: 41ab42afFFaKpb-SeXF2SyEdo_LEQA
-rw-r--r--mozilla/minimo/mozconfig3
-rw-r--r--mozilla/minimo_cvs.oe3
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