components/gnome/pyatspi/Makefile
changeset 6962 e5ea5e190252
parent 6955 c48eb02e201d
child 7687 1093e2a9adbd
equal deleted inserted replaced
6961:7dd9e3f6e602 6962:e5ea5e190252
    51 $(BUILD_DIR)/%-3.5/.installed:		PYTHON_VERSION=3.5
    51 $(BUILD_DIR)/%-3.5/.installed:		PYTHON_VERSION=3.5
    52 $(BUILD_DIR)/$(MACH64)-%/.installed:	BITS=64
    52 $(BUILD_DIR)/$(MACH64)-%/.installed:	BITS=64
    53 
    53 
    54 # Tests require dbus python module, which we don't have for python3 yet
    54 # Tests require dbus python module, which we don't have for python3 yet
    55 TEST_TARGET= $(SKIP_TEST)
    55 TEST_TARGET= $(SKIP_TEST)
       
    56 
       
    57 # Requires pygobject3, not available in S11.
       
    58 include $(WS_MAKE_RULES)/no-evaluation.mk
       
    59 
    56 include $(WS_MAKE_RULES)/gnome-component.mk
    60 include $(WS_MAKE_RULES)/gnome-component.mk
    57 
    61 
    58 CONFIGURE_OPTIONS += --disable-static
    62 CONFIGURE_OPTIONS += --disable-static
    59 # Tests require dbus python module, which we don't have for python3 yet
    63 # Tests require dbus python module, which we don't have for python3 yet
    60 CONFIGURE_OPTIONS += --disable-tests
    64 CONFIGURE_OPTIONS += --disable-tests