6582N/A#
6582N/A# CDDL HEADER START
6582N/A#
6582N/A# The contents of this file are subject to the terms of the
6582N/A# Common Development and Distribution License (the "License").
6582N/A# You may not use this file except in compliance with the License.
6582N/A#
6582N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6582N/A# or http://www.opensolaris.org/os/licensing.
6582N/A# See the License for the specific language governing permissions
6582N/A# and limitations under the License.
6582N/A#
6582N/A# When distributing Covered Code, include this CDDL HEADER in each
6582N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6582N/A# If applicable, add the following below this CDDL HEADER, with the
6582N/A# fields enclosed by brackets "[]" replaced with your own identifying
6582N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6582N/A#
6582N/A# CDDL HEADER END
6582N/A#
6582N/A
6582N/A#
6582N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6582N/A#
6582N/A
6582N/ABUILD_BITS = 32_and_64
6582N/A# All components using gobject-introspection must be built with gcc as
6582N/A# gobject-introspection does not produce correct results when using Studio.
6582N/ACOMPILER = gcc
6582N/Ainclude ../../../make-rules/shared-macros.mk
6582N/A
6582N/ACOMPONENT_NAME= libchamplain
6582N/ACOMPONENT_VERSION= 0.12.11
6582N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/libchamplain
6582N/ACOMPONENT_ARCHIVE_HASH= \
6582N/A sha256:851e24888d967c10acb8fd878df1292a84b8180eb4c48fc5bfbf1a48896d4aa5
6582N/ACOMPONENT_BUGDB= gnome/libraries
6582N/A
6582N/ATPNO= 24895
6582N/A
6582N/ATEST_TARGET = $(NO_TESTS)
6582N/A
6582N/A# Needs gobject-introspection, not available on S11.
6582N/Aifeq ($(BUILD_TYPE), evaluation)
6582N/ABUILD_32_and_64=
6582N/AINSTALL_32_and_64=
6582N/APUBLISH_STAMP=
6582N/Aendif
6582N/A
6582N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6582N/A
6582N/ACONFIGURE_OPTIONS += --disable-static
6582N/ACONFIGURE_OPTIONS += --disable-memphis
6582N/A# Required for other components.
6582N/ACONFIGURE_OPTIONS += --enable-gtk
6582N/A# Required for other components.
6582N/ACONFIGURE_OPTIONS += --enable-introspection
6582N/ACONFIGURE_OPTIONS += --enable-shared
6582N/A# Required for other components.
6582N/ACONFIGURE_OPTIONS += --enable-vala
6582N/ACONFIGURE_OPTIONS += --with-pic
6582N/A
6582N/AREQUIRED_PACKAGES += database/sqlite-3
6582N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6582N/AREQUIRED_PACKAGES += developer/vala
6582N/AREQUIRED_PACKAGES += library/desktop/cairo
6582N/AREQUIRED_PACKAGES += library/desktop/clutter
6582N/AREQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
6582N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6582N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6582N/AREQUIRED_PACKAGES += library/desktop/gtk3
6582N/AREQUIRED_PACKAGES += library/desktop/pango
6582N/AREQUIRED_PACKAGES += library/graphics/cogl
6582N/AREQUIRED_PACKAGES += library/libsoup
6582N/AREQUIRED_PACKAGES += library/glib2
6582N/AREQUIRED_PACKAGES += system/library/math