зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
ebcf51de4d
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче