More OJI removal bustage fixes for static builds. b=485984

This commit is contained in:
Josh Aas 2009-04-10 00:30:44 -04:00
parent 1b8c55591c
commit 4175ddf55c
3 changed files with 0 additions and 7 deletions

View File

@ -201,7 +201,6 @@ ClientWallet=1
CookieManagement=1 CookieManagement=1
SingleSignon=1 SingleSignon=1
MOZ_OJI = @MOZ_OJI@
MOZ_PLUGINS = @MOZ_PLUGINS@ MOZ_PLUGINS = @MOZ_PLUGINS@
MOZ_POST_DSO_LIB_COMMAND = @MOZ_POST_DSO_LIB_COMMAND@ MOZ_POST_DSO_LIB_COMMAND = @MOZ_POST_DSO_LIB_COMMAND@

View File

@ -67,7 +67,6 @@ REQUIRES = xpcom \
plugin \ plugin \
docshell \ docshell \
webbrwsr \ webbrwsr \
oji \
unicharutil \ unicharutil \
lwbrk \ lwbrk \
imglib2 \ imglib2 \

View File

@ -331,11 +331,6 @@ ifdef MOZ_ENABLE_PHOTON
COMPONENT_LIBS += widget_photon COMPONENT_LIBS += widget_photon
endif endif
ifdef MOZ_OJI
STATIC_LIBS += jsj
COMPONENT_LIBS += oji
endif
ifdef ACCESSIBILITY ifdef ACCESSIBILITY
COMPONENT_LIBS += accessibility COMPONENT_LIBS += accessibility
endif endif