Tbird build bustage from bug 388542 and/or bug 373535, always link up cairo libs into a static build.

This commit is contained in:
benjamin%smedbergs.us 2007-07-18 19:51:32 +00:00
Родитель db95c102dd
Коммит 9bc26908d5
1 изменённых файлов: 0 добавлений и 8 удалений

Просмотреть файл

@ -83,15 +83,7 @@ STATIC_EXTRA_LIBS += \
$(NULL)
endif
ifndef MOZ_ENABLE_CAIRO_GFX
ifdef MOZ_SVG
STATIC_EXTRA_LIBS += $(MOZ_CAIRO_LIBS)
else # not MOZ_SVG
ifdef MOZ_ENABLE_CANVAS # not SVG, but yes on canvas
STATIC_EXTRA_LIBS += $(MOZ_CAIRO_LIBS)
endif
endif
endif
ifdef MOZ_ENABLE_GTK2
STATIC_EXTRA_LIBS += $(XLDFLAGS) $(XT_LIBS) -lgthread-2.0