From d151aa5a06db435d8afb7c1d7b744a625d61232f Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Tue, 15 Apr 2003 02:06:55 +0000 Subject: [PATCH] fixing _more_ phoenix bustage - different REQUIRES for phoenix git-svn-id: svn://10.0.0.236/trunk@141148 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/content/html/document/src/Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/content/html/document/src/Makefile.in b/mozilla/content/html/document/src/Makefile.in index 98e93e4edf0..4e52f73b380 100644 --- a/mozilla/content/html/document/src/Makefile.in +++ b/mozilla/content/html/document/src/Makefile.in @@ -51,7 +51,6 @@ REQUIRES = xpcom \ rdf \ chardet \ nkcache \ - appcomps \ lwbrk \ imglib2 \ xpconnect \ @@ -61,6 +60,12 @@ REQUIRES = xpcom \ plugin \ $(NULL) +ifdef MOZ_PHOENIX +REQUIRES += browsercomps +else +REQUIRES += appcomps +endif + CPPSRCS = \ nsHTMLContentSink.cpp \ nsHTMLFragmentContentSink.cpp \