Magellan Linux

Contents of /trunk/mozilla-firefox/patches/mozilla-firefox-1.5.0-cairo-canvas.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 446 byte(s)
-import

1 --- content/canvas/src/Makefile.in.orig 2005-08-23 01:46:46.000000000 +0000
2 +++ content/canvas/src/Makefile.in 2005-08-23 01:49:49.000000000 +0000
3 @@ -77,6 +77,11 @@
4 libpixman \
5 $(NULL)
6
7 +ifndef MOZ_TREE_CAIRO
8 +LOCAL_INCLUDES += $(MOZ_CAIRO_CFLAGS)
9 +EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS)
10 +endif
11 +
12 # XXX some platforms can't handle building
13 # an empty .a/lib. Remove this dummy.cpp
14 # whenever w have a rendering context