don't build PDF surface until we actually build cairo pdf support...

git-svn-id: svn://10.0.0.236/trunk@187606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pavlov%pavlov.net
2006-01-13 22:47:54 +00:00
parent 675012ac75
commit 16b0187d3d

View File

@@ -51,7 +51,7 @@ endif
ifeq ($(MOZ_GFX_TOOLKIT),gtk2)
CPPSRCS += gfxXlibSurface.cpp gfxPlatformGtk.cpp
CPPSRCS += gfxPangoFonts.cpp
CPPSRCS += gfxPDFSurface.cpp
#CPPSRCS += gfxPDFSurface.cpp
EXTRA_DSO_LDOPTS += $(MOZ_PANGO_LIBS)
endif