зеркало из 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
|
tier_50_dirs += toolkit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef MINIMO
|
ifndef MOZ_XUL
|
||||||
tier_9_dirs += embedding/minimo
|
tier_9_dirs += embedding/minimo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -1515,7 +1515,7 @@ if test -n "$MOZ_PROFILESHARING"; then
|
||||||
add_makefiles "$MAKEFILES_profilesharingsetup"
|
add_makefiles "$MAKEFILES_profilesharingsetup"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -n "$MINIMO"; then
|
if test -z "$MOZ_XUL"; then
|
||||||
add_makefiles "$MAKEFILES_minimo"
|
add_makefiles "$MAKEFILES_minimo"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -29,9 +29,11 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
MODULE = rdf
|
MODULE = rdf
|
||||||
DIRS = base util datasource resources build
|
DIRS = base util datasource resources build
|
||||||
|
|
||||||
|
ifdef MOZ_XUL
|
||||||
ifndef MOZ_XUL_APP
|
ifndef MOZ_XUL_APP
|
||||||
DIRS += chrome
|
DIRS += chrome
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
DIRS += tests
|
DIRS += tests
|
||||||
|
|
Загрузка…
Ссылка в новой задаче