Fixing MOZ_TRACK_MODULE_DEPS bustage by updating REQUIRES.

This commit is contained in:
dbaron%fas.harvard.edu 2001-08-15 04:34:46 +00:00
parent 94e3fe7d46
commit b566e03467
5 changed files with 6 additions and 4 deletions

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = accessibility
LIBRARY_NAME = accessibility_s
REQUIRES = xpcom string layout widget dom view locale intl docshell webshell necko htmlparser xuldoc
REQUIRES = xpcom string layout widget dom view locale intl docshell webshell necko htmlparser xuldoc imglib2 gfx2
CPPSRCS = \
nsAccessible.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkbase_s
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil docshell
REQUIRES = xpcom string dom widget view locale timer htmlparser webshell necko uconv pref uriloader unicharutil docshell imglib2 gfx2
CPPSRCS = \
nsAutoCopy.cpp \

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gkhtmlstyle_s
REQUIRES = xpcom string dom widget timer locale view necko webshell pref docshell plugin xuldoc
REQUIRES = xpcom string dom widget timer locale view necko webshell pref docshell plugin xuldoc imglib2 gfx2
CPPSRCS = \
nsCSSFrameConstructor.cpp \

View File

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS := public
MODULE = webshell_tests
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie
REQUIRES = xpcom string webshell widget layout dom webbrwsr docshell util uriloader locale necko htmlparser view timer pref intl editor cookie xpconnect
PROGRAM := viewer$(BIN_SUFFIX)

View File

@ -30,6 +30,8 @@ include $(topsrcdir)/config/config.mk
MODULE = apprunner
REQUIRES = xpcom string webbrwsr widget dom necko pref appshell wallet layout chrome rdf profile xpinstall uriloader editor view windowwatcher embed_base embedcomponents mpfilelocprovider browser mozcomps docshell
# for jprof
REQUIRES += jprof
ifeq ($(USE_SHORT_LIBNAME),1)
PROGRAM = mozilla$(BIN_SUFFIX)