bug 329140 make layout/build link to cairo when needed

r=vlad
This commit is contained in:
cbiesinger%web.de 2006-03-14 20:46:30 +00:00
Родитель 8f1a6f1b42
Коммит afd67b7db1
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -235,6 +235,14 @@ EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) \
endif
endif
ifdef MOZ_ENABLE_CAIRO_GFX
ifndef MOZ_TREE_CAIRO
# In an in-tree cairo build, cairo is part of libthebes
# otherwise, we need to link it separately.
EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS)
endif
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
EXTRA_DSO_LDOPTS += \
$(TK_LIBS) \