components/gnome/pygtk2/Makefile
changeset 6375 f86565e965a1
parent 6325 a5e9063beb26
child 6574 107d00fe483d
equal deleted inserted replaced
6374:bdf4d9382133 6375:f86565e965a1
    44 PYTHON_VERSIONS= 2.7
    44 PYTHON_VERSIONS= 2.7
    45 
    45 
    46 # Tests do not yet work with Userland framework - 23712629
    46 # Tests do not yet work with Userland framework - 23712629
    47 TEST_TARGET= $(SKIP_TEST)
    47 TEST_TARGET= $(SKIP_TEST)
    48 
    48 
       
    49 # Needs newer version of gtk2, not available on S11.
       
    50 ifeq ($(BUILD_TYPE), evaluation)
       
    51 BUILD_32_and_64=
       
    52 INSTALL_32_and_64=
       
    53 PUBLISH_STAMP=
       
    54 endif
       
    55 
    49 include $(WS_MAKE_RULES)/gnome-component.mk
    56 include $(WS_MAKE_RULES)/gnome-component.mk
    50 
    57 
    51 # Required due to patch to configure.ac.
    58 # Required due to patch to configure.ac.
    52 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv -I m4);
    59 COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv -I m4);
    53 
    60