24717251 do not publish pycairo when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 23 Sep 2016 08:06:56 -0700
changeset 6961 7dd9e3f6e602
parent 6960 f00b140e6277
child 6962 e5ea5e190252
24717251 do not publish pycairo when BUILD_TYPE=evaluation
components/python/pycairo/Makefile
--- a/components/python/pycairo/Makefile	Thu Sep 22 14:47:12 2016 -0700
+++ b/components/python/pycairo/Makefile	Fri Sep 23 08:06:56 2016 -0700
@@ -51,6 +51,9 @@
 # Cannot run tests until build machines update to s12_105 due to bug 23763105
 TEST_TARGET = $(SKIP_TEST)
 
+# Requires newer version of cairo than we have available in S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
 include $(WS_MAKE_RULES)/common.mk
 
 # Trick bundled waf into unpacking itself so we can patch it