24506314 do not publish os-welcome when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Tue, 23 Aug 2016 08:27:39 -0700
changeset 6660 897a19907748
parent 6659 da624acb223a
child 6661 04e956b11e9f
24506314 do not publish os-welcome when BUILD_TYPE=evaluation
components/desktop/os-welcome/Makefile
--- a/components/desktop/os-welcome/Makefile	Tue Aug 23 08:22:08 2016 -0700
+++ b/components/desktop/os-welcome/Makefile	Tue Aug 23 08:27:39 2016 -0700
@@ -34,6 +34,10 @@
 # nothing to download ; just build & package
 BUILD_STYLE= justmake
 TEST_TARGET= $(NO_TESTS)
+
+# Depends on pygobject3, not available on S11.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
 include $(WS_MAKE_RULES)/common.mk
 
 # Assumes GNU msgfmt & xgettext in PATH.