mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 13:09:14 +00:00
canvas horkage fix
This commit is contained in:
parent
057ce06bb3
commit
f7b58dab46
@ -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
content/canvas/src/dummy.cpp
Normal file
4
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