зеркало из https://github.com/mozilla/pjs.git
Skip the decoders directory if we're not building any image decoders.
Bug #169304
This commit is contained in:
Родитель
0c506b280f
Коммит
afa00e8b9f
|
@ -26,7 +26,13 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
DIRS = public src decoders build
|
||||
DIRS = public src
|
||||
|
||||
ifdef MOZ_IMG_DECODERS
|
||||
DIRS += decoders
|
||||
endif
|
||||
|
||||
DIRS += build
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче