# HG changeset patch # User John Beck # Date 1472152222 25200 # Node ID 76ba0c79d7503c990d57b24dfd293be47b41e46f # Parent 822f6c7b0f5f5d8fb56d2effd4a0e45cedddd7cc 24523388 do not publish meld when BUILD_TYPE=evaluation diff -r 822f6c7b0f5f -r 76ba0c79d750 components/meld/Makefile --- a/components/meld/Makefile Thu Aug 25 12:10:09 2016 -0700 +++ b/components/meld/Makefile Thu Aug 25 12:10:22 2016 -0700 @@ -39,8 +39,14 @@ # We just need to build one version. PYTHON_VERSIONS = 2.7 +ifneq ($(BUILD_TYPE), evaluation) BUILD_STYLE= setup.py +endif TEST_TARGET= $(NO_TESTS) + +# Needs older version of libpng, no longer available in evaluation builds. +include $(WS_MAKE_RULES)/no-evaluation.mk + include $(WS_MAKE_RULES)/common.mk # Needed to find GNU xgettext.