23526633 do not publish gsettings-desktop-schemas when BUILD_TYPE=evaluation
authorJohn Beck <John.Beck@Oracle.COM>
Fri, 03 Jun 2016 07:54:24 -0700
changeset 6141 bd1d0f3bee62
parent 6140 d3a7e5ab8003
child 6142 cd002d58f339
23526633 do not publish gsettings-desktop-schemas when BUILD_TYPE=evaluation
components/gnome/gsettings-desktop-schemas/Makefile
--- a/components/gnome/gsettings-desktop-schemas/Makefile	Fri Jun 03 07:51:36 2016 -0700
+++ b/components/gnome/gsettings-desktop-schemas/Makefile	Fri Jun 03 07:54:24 2016 -0700
@@ -40,6 +40,13 @@
 
 TEST_TARGET = $(NO_TESTS)
 
+# 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
 
 # Assumes GNU xgettext in PATH