# HG changeset patch # User John Beck # Date 1474649067 25200 # Node ID e5ea5e190252f8447722b35c02714264d657d5cd # Parent 7dd9e3f6e602e84f93d60d1f0de52bd4f684806d 24717267 do not publish pyatspi when BUILD_TYPE=evaluation diff -r 7dd9e3f6e602 -r e5ea5e190252 components/gnome/pyatspi/Makefile --- a/components/gnome/pyatspi/Makefile Fri Sep 23 08:06:56 2016 -0700 +++ b/components/gnome/pyatspi/Makefile Fri Sep 23 09:44:27 2016 -0700 @@ -53,6 +53,10 @@ # Tests require dbus python module, which we don't have for python3 yet TEST_TARGET= $(SKIP_TEST) + +# Requires pygobject3, not available in S11. +include $(WS_MAKE_RULES)/no-evaluation.mk + include $(WS_MAKE_RULES)/gnome-component.mk CONFIGURE_OPTIONS += --disable-static