зеркало из https://github.com/mozilla/pjs.git
From bug 229285, Don't build the fat chrome registry when --disable-xul is specified, build minimo/chromelite registry instead. Suggested by dbaron, r=bryner
This commit is contained in:
Родитель
5a48592644
Коммит
982894f7ce
|
@ -253,7 +253,7 @@ ifdef MOZ_XUL_APP
|
|||
tier_50_dirs += toolkit
|
||||
endif
|
||||
|
||||
ifdef MINIMO
|
||||
ifndef MOZ_XUL
|
||||
tier_9_dirs += embedding/minimo
|
||||
endif
|
||||
|
||||
|
|
|
@ -1515,7 +1515,7 @@ if test -n "$MOZ_PROFILESHARING"; then
|
|||
add_makefiles "$MAKEFILES_profilesharingsetup"
|
||||
fi
|
||||
|
||||
if test -n "$MINIMO"; then
|
||||
if test -z "$MOZ_XUL"; then
|
||||
add_makefiles "$MAKEFILES_minimo"
|
||||
fi
|
||||
|
||||
|
|
|
@ -29,9 +29,11 @@ include $(DEPTH)/config/autoconf.mk
|
|||
MODULE = rdf
|
||||
DIRS = base util datasource resources build
|
||||
|
||||
ifdef MOZ_XUL
|
||||
ifndef MOZ_XUL_APP
|
||||
DIRS += chrome
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TESTS
|
||||
DIRS += tests
|
||||
|
|
Загрузка…
Ссылка в новой задаче