summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2008-06-22 13:54:54 +0200
committerTilman Sauerbeck <tilman@crux.nu>2008-06-22 13:55:36 +0200
commit16ecbe2c270c22fdb4e6a13c484b48dafa70d838 (patch)
tree370e2210793065e913a39654e5a3185d74d2892a
parentc7d1fceec82632ab838df322aaa9200584ba6e5b (diff)
downloadopt-16ecbe2c270c22fdb4e6a13c484b48dafa70d838.tar.gz
opt-16ecbe2c270c22fdb4e6a13c484b48dafa70d838.tar.xz
xulrunner: use the system's cairo library.
-rw-r--r--xulrunner/.footprint13
-rw-r--r--xulrunner/.md5sum2
-rw-r--r--xulrunner/Pkgfile2
-rw-r--r--xulrunner/mozconfig1
4 files changed, 3 insertions, 15 deletions
diff --git a/xulrunner/.footprint b/xulrunner/.footprint
index c787b2365..2f74a4324 100644
--- a/xulrunner/.footprint
+++ b/xulrunner/.footprint
@@ -374,16 +374,6 @@ drwxr-xr-x root/root usr/include/xulrunner-1.9/unstable/
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/base64.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/blapit.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/bool.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-deprecated.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-features.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-ft.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-pdf.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-platform.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-ps.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-rename.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-xlib-xrender.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo-xlib.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cairo.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/cert.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/certdb.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/certt.h
@@ -2214,9 +2204,6 @@ drwxr-xr-x root/root usr/include/xulrunner-1.9/unstable/
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/p12.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/p12plcy.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/p12t.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pixman-remap.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pixman-version.h
--rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pixman.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pk11func.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pk11pqg.h
-rw-r--r-- root/root usr/include/xulrunner-1.9/unstable/pk11priv.h
diff --git a/xulrunner/.md5sum b/xulrunner/.md5sum
index 046263b6f..94e4039cb 100644
--- a/xulrunner/.md5sum
+++ b/xulrunner/.md5sum
@@ -1,2 +1,2 @@
4210ae0801df2eb498408533010d97c1 firefox-3.0-source.tar.bz2
-4eeff3909afbd7a41ce57d8a7625e3a2 mozconfig
+93029079c3c35a795eb96c4e0ee99364 mozconfig
diff --git a/xulrunner/Pkgfile b/xulrunner/Pkgfile
index 35eaceda0..bc8909afb 100644
--- a/xulrunner/Pkgfile
+++ b/xulrunner/Pkgfile
@@ -5,7 +5,7 @@
name=xulrunner
version=1.9
-release=1
+release=2
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0-source.tar.bz2
mozconfig)
diff --git a/xulrunner/mozconfig b/xulrunner/mozconfig
index 715a5b0bc..baaa92247 100644
--- a/xulrunner/mozconfig
+++ b/xulrunner/mozconfig
@@ -12,6 +12,7 @@ ac_add_options --with-system-nspr
ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
+ac_add_options --enable-system-cairo
ac_add_options --with-pthreads
ac_add_options --disable-tests
ac_add_options --disable-mochitest

Generated by cgit