Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org

This commit is contained in:
dbaron%fas.harvard.edu 2001-03-10 03:23:35 +00:00
Родитель db5c15cb12
Коммит 285b306128
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = layout
LIBRARY_NAME = gfx_xlib
IS_COMPONENT = 1
REQUIRES = xpcom xlibrgb widget dom layout appshell js necko pref img util view uconv locale unicharutil
REQUIRES = xpcom string xlibrgb widget dom layout appshell js necko pref img util view uconv locale unicharutil
CPPSRCS = \
nsDeviceContextSpecFactoryX.cpp \

Просмотреть файл

@ -27,7 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = viewer_xlib_s
REQUIRES = xpcom webshell htmlparser webbrwsr necko widget layout dom js uriloader view docshell util locale timer
REQUIRES = xpcom string webshell htmlparser webbrwsr necko widget layout dom js uriloader view docshell util locale timer
CPPSRCS = nsXlibMain.cpp

Просмотреть файл

@ -29,7 +29,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = widget_xlib
IS_COMPONENT = 1
REQUIRES = xpcom appshell layout dom js xlibrgb timer uconv pref webshell htmlparser view necko
REQUIRES = xpcom string appshell layout dom js xlibrgb timer uconv pref webshell htmlparser view necko
DIRS = window_service

Просмотреть файл

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = timer
LIBRARY_NAME = timer_$(TIMER_SUFFIX)
REQUIRES = xpcom widget
REQUIRES = xpcom string widget
CPPSRCS = nsTimerXlib.cpp