mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 340795 Building with --with-embedding-profile=minimal failed
fixing build bustage
This commit is contained in:
parent
b39c3dce41
commit
a0e3c421ce
@ -70,6 +70,10 @@ ifneq (,$(MOZ_PHOENIX)$(MOZ_XULRUNNER))
|
||||
REQUIRES += toolkitcomps history
|
||||
endif
|
||||
|
||||
ifdef MOZ_XPFE_COMPONENTS
|
||||
DEFINES +=-DMOZ_XPFE_COMPONENTS
|
||||
endif
|
||||
|
||||
CPPSRCS = \
|
||||
nsBrowserInstance.cpp \
|
||||
nsBrowserStatusFilter.cpp \
|
||||
|
Loading…
Reference in New Issue
Block a user