diff options
Diffstat (limited to 'meta/packages/mozilla-headless/mozilla-headless_hg.bb')
-rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless_hg.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless_hg.bb b/meta/packages/mozilla-headless/mozilla-headless_hg.bb index 33f857be6b..e8351703c7 100644 --- a/meta/packages/mozilla-headless/mozilla-headless_hg.bb +++ b/meta/packages/mozilla-headless/mozilla-headless_hg.bb | |||
@@ -1,9 +1,11 @@ | |||
1 | 1 | ||
2 | SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=75786cabae7f;module=offscreen \ | 2 | FIXEDREV = "f4348fd85697" |
3 | |||
4 | SRC_URI = "hg://hg.mozilla.org/incubator;protocol=http;rev=${FIXEDREV};module=offscreen \ | ||
3 | file://configurefix.patch;patch=1 \ | 5 | file://configurefix.patch;patch=1 \ |
4 | file://jsautocfg.h \ | 6 | file://jsautocfg.h \ |
5 | file://mozconfig" | 7 | file://mozconfig" |
6 | PV = "0.0+hg-1.0+75786cabae7f" | 8 | PV = "0.0+hg-1.0+${FIXEDREV}" |
7 | PR = "r0" | 9 | PR = "r0" |
8 | 10 | ||
9 | S = "${WORKDIR}/offscreen" | 11 | S = "${WORKDIR}/offscreen" |
@@ -39,7 +41,10 @@ do_install_append () { | |||
39 | echo ${libdir}/xulrunner-1.9.2a1pre/ > ${D}${sysconfdir}/ld.so.conf.d/mozilla-headless | 41 | echo ${libdir}/xulrunner-1.9.2a1pre/ > ${D}${sysconfdir}/ld.so.conf.d/mozilla-headless |
40 | } | 42 | } |
41 | 43 | ||
42 | EXTRA_OECONF =+ "--enable-application=xulrunner --enable-default-toolkit=cairo-headless --enable-pango --disable-optimize --enable-debug --disable-tests --disable-printing --disable-crashreporter --disable-accessibility --disable-javaxpcom --enable-plugins --enable-system-sqlite --disable-necko-wifi" | 44 | EXTRA_OECONF =+ "--enable-application=xulrunner --enable-default-toolkit=cairo-headless \ |
45 | --enable-pango --disable-optimize --disable-debug --disable-tests \ | ||
46 | --disable-printing --disable-crashreporter --disable-accessibility \ | ||
47 | --disable-javaxpcom --enable-plugins --enable-system-sqlite --disable-necko-wifi" | ||
43 | 48 | ||
44 | export LIBXUL_DIST="${S}/dist" | 49 | export LIBXUL_DIST="${S}/dist" |
45 | 50 | ||