24523388 do not publish meld when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 25 Aug 2016 12:10:22 -0700
changeset 6695 76ba0c79d750
parent 6694 822f6c7b0f5f
child 6696 34fb4d9c388b
24523388 do not publish meld when BUILD_TYPE=evaluation
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.