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

git-svn-id: svn://10.0.0.236/trunk@195271 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mark%moxienet.com 2006-04-24 18:27:37 +00:00
parent bf326931bf
commit c0337e0fdd

View File

@ -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)