Bug 238349 fix static svg builds using gdi+

patch by Jon Henry <jhenry@ccs.neu.edu> r=bsmedberg sr=bryner a=tor
This commit is contained in:
cbiesinger%web.de 2004-04-10 15:04:54 +00:00
Родитель 796a9c897a
Коммит 7122b4c1c7
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -74,6 +74,9 @@ endif
ifdef MOZ_SVG
STATIC_EXTRA_LIBS += $(MOZ_LIBART_LIBS) $(MOZ_CAIRO_LIBS)
ifdef MOZ_SVG_RENDERER_GDIPLUS
STATIC_EXTRA_LIBS += $(call EXPAND_LIBNAME,gdiplus)
endif
endif
ifdef MOZ_ENABLE_XINERAMA