Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 162767
Collapse All | Expand All

(-)mozilla/layout/build/Makefile.in.orig (-1 / +1 lines)
Lines 230-235 Link Here
230
endif
230
endif
231
231
232
ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO))
232
ifneq (,$(MOZ_ENABLE_CANVAS)$(MOZ_SVG_RENDERER_CAIRO))
233
EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) \
233
EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) -L/usr/X11R6/lib -lXrender -lX11 \
234
		    $(NULL)
234
		    $(NULL)
235
endif
235
endif
236
236

Return to bug 162767