Fix non cairo gfx svg build bustage.

This commit is contained in:
tor%cs.brown.edu 2006-10-14 13:49:27 +00:00
parent 118875675b
commit e0b8d42583

View File

@ -213,7 +213,7 @@ ifdef MOZ_ENABLE_CAIRO_GFX
EXTRA_DSO_LIBS += thebes EXTRA_DSO_LIBS += thebes
else else
ifdef MOZ_SVG ifdef MOZ_SVG
EXTRA_DSO_LIBS += mozcairo mozlibpixman EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS)
endif endif
endif endif