23347257 do not publish gobject-introspection when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Wed, 25 May 2016 08:47:00 -0700
changeset 6060 5500aaff7c9a
parent 6059 740b50e8e65f
child 6061 688d76d9348b
23347257 do not publish gobject-introspection when BUILD_TYPE=evaluation
components/gnome/gobject-introspection/Makefile
--- a/components/gnome/gobject-introspection/Makefile	Wed May 25 08:38:45 2016 -0700
+++ b/components/gnome/gobject-introspection/Makefile	Wed May 25 08:47:00 2016 -0700
@@ -37,6 +37,14 @@
 
 TPNO=			25403
 
+# Requires newer version of library/glib2, not buildable 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
 
 # Not compatible with Python 3.x.