components/pkg-config/Makefile
changeset 5046 d511b9037189
parent 4339 6501cf9c29f9
child 5392 2cf37adf29cf
equal deleted inserted replaced
5045:906daaa0ae92 5046:d511b9037189
    51 # The additional pkg-config specific set of transforms to be applied to the
    51 # The additional pkg-config specific set of transforms to be applied to the
    52 # test results to try to normalize them.
    52 # test results to try to normalize them.
    53 COMPONENT_TEST_TRANSFORMS += \
    53 COMPONENT_TEST_TRANSFORMS += \
    54 	'-e "/^+ sed -e /d" '
    54 	'-e "/^+ sed -e /d" '
    55 
    55 
       
    56 ifeq ($(OS_VERSION),5.11)
       
    57 OLD_DESKTOP_BUILD=	0.175.2.0.0.21.0
       
    58 else
       
    59 OLD_DESKTOP_BUILD=	5.12.0.0.0.25.0
       
    60 endif
       
    61 
       
    62 PKG_MACROS +=		OLD_DESKTOP_BUILD=$(OLD_DESKTOP_BUILD)
       
    63 
    56 # common targets
    64 # common targets
    57 configure:	$(CONFIGURE_64)
    65 configure:	$(CONFIGURE_64)
    58 
    66 
    59 build:		$(BUILD_64)
    67 build:		$(BUILD_64)
    60 
    68