зеркало из https://github.com/mozilla/gecko-dev.git
Add layout-debug support for FireFox
This commit is contained in:
Родитель
83d7f1b11d
Коммит
8ca153cebd
|
@ -43,7 +43,11 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
ifneq (,$(findstring inspector,$(MOZ_EXTENSIONS)))
|
||||
DIRS = inspector
|
||||
DIRS += inspector
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring layout-debug,$(MOZ_EXTENSIONS)))
|
||||
DIRS += layout-debug
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
|
Загрузка…
Ссылка в новой задаче