Bug 320316 - libxul doesn't compile with cairo-gtk (thebes) toolkit, r=vlad

git-svn-id: svn://10.0.0.236/trunk@195290 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us 2006-04-24 20:05:29 +00:00
parent e07858d903
commit 56e1f0ce8e

View File

@ -78,6 +78,9 @@ ifdef MOZ_ENABLE_GLITZ
EXTRA_DSO_LDOPTS += -lmozglitzagl -framework OpenGL -framework AGL
endif
endif
ifeq ($(MOZ_GFX_TOOLKIT),gtk2)
EXTRA_DSO_LDOPTS += $(MOZ_PANGO_LIBS)
endif
endif # MOZ_ENABLE_CAIRO_GFX
ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG))