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 git-svn-id: svn://10.0.0.236/trunk@201790 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2ba1463209
commit
df97a89ec4
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user