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:
parent
bf326931bf
commit
c0337e0fdd
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user