24523334 do not publish xscreensaver when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Thu, 25 Aug 2016 12:09:36 -0700
changeset 6692 1311c619fec6
parent 6691 95c4bf930e14
child 6693 3c64a998e2f5
24523334 do not publish xscreensaver when BUILD_TYPE=evaluation
components/desktop/xscreensaver/Makefile
--- a/components/desktop/xscreensaver/Makefile	Thu Aug 25 12:09:20 2016 -0700
+++ b/components/desktop/xscreensaver/Makefile	Thu Aug 25 12:09:36 2016 -0700
@@ -40,6 +40,10 @@
 TPNO=			26341
 
 TEST_TARGET = $(NO_TESTS)
+
+# Needs older version of libpng, no longer available in evaluation builds.
+include $(WS_MAKE_RULES)/no-evaluation.mk
+
 include $(WS_MAKE_RULES)/common.mk
 
 # Enable additional warnings, since we've modified this code a lot