зеркало из https://github.com/mozilla/gecko-dev.git
This test relies on GTK libraries and header files, it is not
buildable on other non-GTK unix builds, like Photon. This change to the Makefile makes sure this test is only built if GTK is enabled. r=cls
This commit is contained in:
Родитель
bdb462bd41
Коммит
8edb23803e
|
@ -29,8 +29,14 @@ include $(DEPTH)/config/autoconf.mk
|
||||||
DIRS = public nglsrc
|
DIRS = public nglsrc
|
||||||
|
|
||||||
ifdef ENABLE_TESTS
|
ifdef ENABLE_TESTS
|
||||||
|
|
||||||
|
# This test relies on GTK libraries and header files, it is not
|
||||||
|
# buildable on other non-GTK uinix builds
|
||||||
|
ifdef MOZ_ENABLE_GTK
|
||||||
DIRS += test
|
DIRS += test
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче