mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Link final binary against MOZ_LIBART_LIBS when building SVG-enabled static version of Mozilla.
Bug #115007 r=bryner a=asa
This commit is contained in:
parent
ebcf51de4d
commit
59ecf91283
@ -132,6 +132,10 @@ XP_LIBS += \
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef MOZ_SVG
|
||||
XP_LIBS += $(MOZ_LIBART_LIBS)
|
||||
endif
|
||||
|
||||
ifdef MOZ_ENABLE_GTK
|
||||
XP_LIBS += $(XLDFLAGS) -lXt
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user