From 0e024a570cb4fb235443ae86ad9120f61fb53d5f Mon Sep 17 00:00:00 2001 From: "benjamin@smedbergs.us" Date: Wed, 18 Jul 2007 08:52:41 -0700 Subject: [PATCH] Bug 388542 - --disable-libxul broken in thebes (in some circumstances), r=vlad --- gfx/thebes/src/Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/gfx/thebes/src/Makefile.in b/gfx/thebes/src/Makefile.in index a6ebaec72d7c..10722895ac5a 100644 --- a/gfx/thebes/src/Makefile.in +++ b/gfx/thebes/src/Makefile.in @@ -38,16 +38,8 @@ CPPSRCS = \ gfxTextRunWordCache.cpp \ $(NULL) -ifdef MOZ_TREE_CAIRO -SHARED_LIBRARY_LIBS += \ - $(DEPTH)/gfx/cairo/cairo/src/$(LIB_PREFIX)mozcairo.$(LIB_SUFFIX) \ - $(DEPTH)/gfx/cairo/libpixman/src/$(LIB_PREFIX)mozlibpixman.$(LIB_SUFFIX) \ - $(NULL) -else -EXTRA_DSO_LDOPTS += $(MOZ_CAIRO_LIBS) -endif - EXTRA_DSO_LDOPTS += \ + $(MOZ_CAIRO_LIBS) \ $(MOZ_UNICHARUTIL_LIBS) \ $(XPCOM_LIBS) \ $(NSPR_LIBS) \