mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Linux cairo build bandaid fix take 2
This commit is contained in:
parent
07dd0363c9
commit
ef41e9e97d
@ -68,10 +68,7 @@ DIRS += freetype
|
||||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_POSTSCRIPT
|
||||
DIRS += psshared
|
||||
ifndef MOZ_ENABLE_CAIRO_GFX
|
||||
DIRS += ps
|
||||
endif
|
||||
DIRS += psshared ps
|
||||
endif
|
||||
|
||||
ifeq ($(MOZ_GFX_TOOLKIT),cocoa)
|
||||
|
@ -130,6 +130,11 @@ public:
|
||||
|
||||
NS_IMETHOD RenderEPS(const nsRect& aRect, FILE *aDataFile);
|
||||
|
||||
#ifdef MOZ_CAIRO_GFX
|
||||
NS_IMETHOD Init(nsIDeviceContext* aContext, gfxASurface* aThebesSurface) { return NS_ERROR_NOT_IMPLEMENTED; }
|
||||
NS_IMETHOD Init(nsIDeviceContext* aContext, gfxContext* aThebesContext) { return NS_ERROR_NOT_IMPLEMENTED; }
|
||||
#endif
|
||||
|
||||
protected:
|
||||
virtual ~nsRenderingContextImpl();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user