зеркало из https://github.com/mozilla/pjs.git
Add string to REQUIRES to fix xlib + MOZ_TRACK_MODULE_DEPS build bustage. r=cls@seawood.org
This commit is contained in:
Родитель
db5c15cb12
Коммит
285b306128
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче