6588N/A#
6588N/A# CDDL HEADER START
6588N/A#
6588N/A# The contents of this file are subject to the terms of the
6588N/A# Common Development and Distribution License (the "License").
6588N/A# You may not use this file except in compliance with the License.
6588N/A#
6588N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6588N/A# or http://www.opensolaris.org/os/licensing.
6588N/A# See the License for the specific language governing permissions
6588N/A# and limitations under the License.
6588N/A#
6588N/A# When distributing Covered Code, include this CDDL HEADER in each
6588N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6588N/A# If applicable, add the following below this CDDL HEADER, with the
6588N/A# fields enclosed by brackets "[]" replaced with your own identifying
6588N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6588N/A#
6588N/A# CDDL HEADER END
6588N/A#
6588N/A
6588N/A#
6588N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6588N/A#
6588N/A
6588N/ABUILD_BITS = 64
6588N/A# All components using gobject-introspection must be built with gcc as
6588N/A# gobject-introspection does not produce correct results when using Studio.
6588N/ACOMPILER = gcc
6588N/Ainclude ../../../make-rules/shared-macros.mk
6588N/A
6588N/ACOMPONENT_NAME= gnome-online-accounts
6588N/ACOMPONENT_VERSION= 3.18.0
6588N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/GnomeOnlineAccounts
6588N/ACOMPONENT_ARCHIVE_HASH= \
6588N/A sha256:fc2dac96551746576759bd14f9b322bae1dd0aeedc0e755065ddf5eaaefacd34
6588N/ACOMPONENT_BUGDB= gnome/libraries
6588N/A
6588N/ATPNO= 25358
6588N/A
6588N/ATEST_TARGET = $(NO_TESTS)
6588N/A
6588N/A# Needs gobject-introspection, not available on S11.
6588N/Aifeq ($(BUILD_TYPE), evaluation)
6588N/ABUILD_64=
6588N/AINSTALL_64=
6588N/APUBLISH_STAMP=
6588N/Aendif
6588N/A
6588N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6588N/A
6588N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6588N/A
6588N/A# Doesn't build currently; conflicts between Solaris krb5.h and p11-kit.
6588N/ACONFIGURE_OPTIONS += --disable-kerberos
6588N/ACONFIGURE_OPTIONS += --disable-static
6588N/ACONFIGURE_OPTIONS += --enable-exchange
6588N/ACONFIGURE_OPTIONS += --enable-documentation
6588N/ACONFIGURE_OPTIONS += --enable-gtk-doc
6588N/A# Required for other components.
6588N/ACONFIGURE_OPTIONS += --enable-introspection
6588N/ACONFIGURE_OPTIONS += --enable-facebook
6588N/ACONFIGURE_OPTIONS += --enable-flickr
6588N/ACONFIGURE_OPTIONS += --enable-google
6588N/ACONFIGURE_OPTIONS += --enable-imap-smtp
6588N/ACONFIGURE_OPTIONS += --enable-shared
6588N/ACONFIGURE_OPTIONS += --enable-telepathy
6588N/ACONFIGURE_OPTIONS += --enable-windows-live
6588N/ACONFIGURE_OPTIONS += --with-pic
6588N/A
6588N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6588N/AREQUIRED_PACKAGES += library/desktop/cairo
6588N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6588N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6588N/AREQUIRED_PACKAGES += library/desktop/gtk3
6588N/AREQUIRED_PACKAGES += library/desktop/librest
6588N/AREQUIRED_PACKAGES += library/desktop/pango
6588N/AREQUIRED_PACKAGES += library/desktop/webkitgtk4
6588N/AREQUIRED_PACKAGES += library/glib2
6588N/AREQUIRED_PACKAGES += library/gnome/libsecret
6588N/AREQUIRED_PACKAGES += library/json-glib
6588N/AREQUIRED_PACKAGES += library/libsoup
6588N/AREQUIRED_PACKAGES += library/libxml2
6588N/AREQUIRED_PACKAGES += library/telepathy-glib
6588N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime