canvas horkage fix
git-svn-id: svn://10.0.0.236/trunk@172390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
dcf80e9788
commit
545689b374
@ -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
|
||||
|
||||
4
mozilla/content/canvas/src/dummy.cpp
Normal file
4
mozilla/content/canvas/src/dummy.cpp
Normal 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).
|
||||
*/
|
||||
Loading…
x
Reference in New Issue
Block a user