Link against pango libs in static build if pango is enabled.

Thanks to Walter Meinl <wuno@lsvw.de> for the patch.
Bug #338446 r=bsmedberg
This commit is contained in:
cls%seawood.org 2006-07-09 04:17:04 +00:00
Родитель 3a2d6e5ad1
Коммит fdcede02a1
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -119,6 +119,10 @@ ifdef MOZ_ENABLE_XFT
STATIC_EXTRA_LIBS += $(MOZ_XFT_LIBS)
endif
ifdef MOZ_ENABLE_PANGO
STATIC_EXTRA_LIBS += $(MOZ_PANGO_LIBS)
endif
# Component Makefile always brings in this.
# STATIC_EXTRA_LIBS += $(TK_LIBS)