23526530 do not publish gstreamer when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 03 Jun 2016 07:19:24 -0700
changeset 6138 d8695ce2d97f
parent 6137 f81b30a97f44
child 6139 fab29550f21d
23526530 do not publish gstreamer when BUILD_TYPE=evaluation
components/desktop/gstreamer1/gstreamer/Makefile
--- a/components/desktop/gstreamer1/gstreamer/Makefile	Fri Jun 03 08:32:28 2016 -0700
+++ b/components/desktop/gstreamer1/gstreamer/Makefile	Fri Jun 03 07:19:24 2016 -0700
@@ -44,6 +44,13 @@
 
 TPNO=			25634
 
+# Needs gobject-introspection, not available on S11.
+ifeq ($(BUILD_TYPE), evaluation)
+BUILD_32_and_64=
+INSTALL_32_and_64=
+PUBLISH_STAMP=
+endif
+
 # Supports Python 2.x only.
 PYTHON_VERSIONS= 2.7