summaryrefslogtreecommitdiff
path: root/meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-22 16:06:39 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-22 16:06:39 +0100
commit0f0555776f0d7b4f2d54730d236ae4ad621d0689 (patch)
tree75158c0e13aa7937f4b3216f3ee000acc9ddce9f /meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig
parent18b5cd7ba2fc0c4d155accd709201f3fe26b38f7 (diff)
downloadopenembedded-core-0f0555776f0d7b4f2d54730d236ae4ad621d0689.tar.gz
openembedded-core-0f0555776f0d7b4f2d54730d236ae4ad621d0689.tar.bz2
openembedded-core-0f0555776f0d7b4f2d54730d236ae4ad621d0689.tar.xz
openembedded-core-0f0555776f0d7b4f2d54730d236ae4ad621d0689.zip
mozilla-headless: Add patches for revision a3e7c6626661
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig')
-rw-r--r--meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig b/meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig
new file mode 100644
index 000000000..6123d11d2
--- /dev/null
+++ b/meta/packages/mozilla-headless/mozilla-headless-0.0+hg-1.0+a3e7c6626661/mozconfig
@@ -0,0 +1,23 @@
+# this line sets the directory for all build output
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-headless-release
+
+# comment out the previous line and uncomment these two for a debug build
+#mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj-headless-debug
+#ac_add_options --disable-optimize --enable-debug
+
+# this is the line that enables the headless implementation
+ac_add_options --enable-default-toolkit=cairo-headless
+
+# comment out the previous line and uncomment these two for a GTK build
+#ac_add_options --enable-system-cairo
+#ac_add_options --enable-default-toolkit=cairo-gtk2
+
+ac_add_options --disable-tests
+ac_add_options --disable-javaxpcom
+ac_add_options --enable-application=xulrunner
+ac_add_options --enable-pango
+ac_add_options --disable-printing
+ac_add_options --disable-crashreporter
+ac_add_options --enable-plugins
+ac_add_options --disable-accessibility
+mk_add_options MOZ_CO_PROJECT=xulrunner