components/desktop/harfbuzz/Makefile
changeset 7292 addd59c4ffea
parent 6552 402379bc1b60
child 7687 1093e2a9adbd
equal deleted inserted replaced
7291:30f79f6e5421 7292:addd59c4ffea
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 # Prefer 32-bit over 64-bit for now.
    25 BUILD_BITS=		64_and_32
    26 BUILD_BITS=32_and_64
       
    27 # For now, all things built for C++11 require gcc.
    26 # For now, all things built for C++11 require gcc.
    28 COMPILER= gcc
    27 COMPILER= 		gcc
    29 include ../../../make-rules/shared-macros.mk
    28 include ../../../make-rules/shared-macros.mk
    30 
    29 
    31 COMPONENT_NAME=		harfbuzz
    30 COMPONENT_NAME=		harfbuzz
    32 COMPONENT_VERSION=	1.0.6
    31 COMPONENT_VERSION=	1.0.6
    33 COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/HarfBuzz/
    32 COMPONENT_PROJECT_URL=	http://www.freedesktop.org/wiki/Software/HarfBuzz/
    39 
    38 
    40 TPNO=			25623
    39 TPNO=			25623
    41 
    40 
    42 # Requires newer version of gobject-introspection from Desktop, available in
    41 # Requires newer version of gobject-introspection from Desktop, available in
    43 # S12 but not 11.3, so do not publish.
    42 # S12 but not 11.3, so do not publish.
    44 ifeq ($(BUILD_TYPE), evaluation)
    43 include $(WS_MAKE_RULES)/no-evaluation.mk
    45 BUILD_32_and_64=
       
    46 INSTALL_32_and_64=
       
    47 PUBLISH_STAMP=
       
    48 endif
       
    49 
    44 
    50 include $(WS_MAKE_RULES)/common.mk
    45 include $(WS_MAKE_RULES)/common.mk
    51 
    46 
    52 CXXFLAGS += -std=c++11
    47 CXXFLAGS += -std=c++11
    53 
    48