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