# HG changeset patch # User John Beck # Date 1464965576 25200 # Node ID cd002d58f3393861d436a38c2e9b8925e6c3d4c4 # Parent bd1d0f3bee62077334f0422d7db4f79639fe2aef 23526655 do not publish glib-networking when BUILD_TYPE=evaluation diff -r bd1d0f3bee62 -r cd002d58f339 components/gnome/glib-networking/Makefile --- a/components/gnome/glib-networking/Makefile Fri Jun 03 07:54:24 2016 -0700 +++ b/components/gnome/glib-networking/Makefile Fri Jun 03 07:52:56 2016 -0700 @@ -36,6 +36,13 @@ TPNO= 25285 +# Needs updated glib2, not available on S11. +ifeq ($(BUILD_TYPE), evaluation) +BUILD_32_and_64= +INSTALL_32_and_64= +PUBLISH_STAMP= +endif + include $(WS_MAKE_RULES)/gnome-component.mk # Force use of gnutls-3 pkgconfig during 2.x->3.x transition