332170 gtk2 Xft static builds may fail with unresolved symbols from libXft when gtk2's library list includes libpangocairo instead of libpangoxft. r=bsmedberg

This commit is contained in:
mark%moxienet.com 2006-04-24 18:27:37 +00:00
Родитель 5677879c84
Коммит ed2221bcd4
1 изменённых файлов: 4 добавлений и 0 удалений

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

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