# HG changeset patch # User John Beck # Date 1463442521 25200 # Node ID 419817b84df02df9b092002b08c1eb6eead56adc # Parent bfad5cf58f0fa72ebd1c710bf78a11f70abe519d 23293916 do not publish cairo when BUILD_TYPE=evaluation diff -r bfad5cf58f0f -r 419817b84df0 components/desktop/cairo/Makefile --- 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