23294038 do not publish pango when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Mon, 16 May 2016 17:10:31 -0700
changeset 6008 b325e8629cb1
parent 6007 4c61ee2c9e6d
child 6009 f947b86fc7dd
23294038 do not publish pango when BUILD_TYPE=evaluation
components/gnome/pango/Makefile
--- a/components/gnome/pango/Makefile	Mon May 16 17:31:01 2016 -0700
+++ b/components/gnome/pango/Makefile	Mon May 16 17:10:31 2016 -0700
@@ -38,6 +38,13 @@
 
 TPNO=			24871
 
+# Requires harfbuzz, which we cannot build on 11.3, so do not publish.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 include $(WS_MAKE_RULES)/gnome-component.mk
 
 CONFIGURE_OPTIONS += --enable-gtk-doc