components/desktop/cairo/Makefile
changeset 6002 419817b84df0
parent 5887 67654f7c51e7
child 6552 402379bc1b60
--- a/components/desktop/cairo/Makefile	Mon May 16 15:09:43 2016 -0700
+++ b/components/desktop/cairo/Makefile	Mon May 16 16:48:41 2016 -0700
@@ -39,6 +39,14 @@
 
 TPNO=			24139
 
+# Requires newer version of pixman from X, available in S12 but not 11.3,
+# so do not publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 # Cairo tests currently require an X display & require more work to run properly
 TEST_TARGET= $(NO_TESTS)
 include $(WS_MAKE_RULES)/common.mk