canvas horkage fix

This commit is contained in:
vladimir%pobox.com 2005-04-18 07:04:49 +00:00
parent 057ce06bb3
commit f7b58dab46
2 changed files with 10 additions and 1 deletions

View File

@ -75,7 +75,12 @@ REQUIRES = \
plugin \
$(NULL)
CPPSRCS = \
# XXX some platforms can't handle building
# an empty .a/lib. Remove this dummy.cpp
# whenever w have a rendering context
# that doesn't depend on any non-default
# libraries.
CPPSRCS = dummy.cpp \
$(NULL)
ifdef MOZ_ENABLE_CAIRO

View File

@ -0,0 +1,4 @@
/*
* This file only exists because some platforms can't handle building an empty .a
* file, or .lib, or whatever (e.g. OS X, possibly Win32).
*/