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:
Родитель
5677879c84
Коммит
ed2221bcd4
|
@ -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)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче