components/gnome/at-spi2-core/Makefile
changeset 7685 a7ec984d7d4c
parent 6609 489da5c0d3c5
child 7687 1093e2a9adbd
equal deleted inserted replaced
7683:7955769fefe6 7685:a7ec984d7d4c
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 BUILD_BITS= 32_and_64
    26 BUILD_BITS= 64_and_32
    27 # All components using gobject-introspection must be built with gcc as
    27 # All components using gobject-introspection must be built with gcc as
    28 # gobject-introspection does not produce correct results when using Studio.
    28 # gobject-introspection does not produce correct results when using Studio.
    29 COMPILER= gcc
    29 COMPILER= gcc
    30 include ../../../make-rules/shared-macros.mk
    30 include ../../../make-rules/shared-macros.mk
    31 
    31 
    56 # Assumes GNU xgettext in PATH
    56 # Assumes GNU xgettext in PATH
    57 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    57 CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
    58 
    58 
    59 # Because Solaris doesn't use the libexec directory.
    59 # Because Solaris doesn't use the libexec directory.
    60 CONFIGURE_OPTIONS += --with-dbus-daemondir=$(USRLIBDIR)
    60 CONFIGURE_OPTIONS += --with-dbus-daemondir=$(USRLIBDIR)
       
    61 CONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
    61 
    62 
    62 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    63 REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
    63 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    64 REQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
    64 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    65 REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
    65 REQUIRED_PACKAGES += library/glib2
    66 REQUIRED_PACKAGES += library/glib2