From 2c7c7d9fa93011e992f3dcd8d5e255090153dcfb Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Fri, 2 Apr 2010 11:11:31 -0700 Subject: [PATCH] Fix Qt Gfx build bustage when using shared image surfaces. No bug --- gfx/thebes/src/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/thebes/src/Makefile.in b/gfx/thebes/src/Makefile.in index 27afb2c73644..4200b07080d7 100644 --- a/gfx/thebes/src/Makefile.in +++ b/gfx/thebes/src/Makefile.in @@ -140,7 +140,7 @@ CPPSRCS += gfxDirectFBSurface.cpp endif ifeq ($(MOZ_WIDGET_TOOLKIT),qt) -CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp +CPPSRCS += gfxQtPlatform.cpp gfxQPainterSurface.cpp gfxSharedImageSurface.cpp CPPSRCS += gfxXlibSurface.cpp gfxQtNativeRenderer.cpp ifdef MOZ_PANGO CPPSRCS += gfxPangoFonts.cpp