6337N/A
6337N/A# CDDL HEADER START
6337N/A#
6337N/A# The contents of this file are subject to the terms of the
6337N/A# Common Development and Distribution License (the "License").
6337N/A# You may not use this file except in compliance with the License.
6337N/A#
6337N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6337N/A# or http://www.opensolaris.org/os/licensing.
6337N/A# See the License for the specific language governing permissions
6337N/A# and limitations under the License.
6337N/A#
6337N/A# When distributing Covered Code, include this CDDL HEADER in each
6337N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6337N/A# If applicable, add the following below this CDDL HEADER, with the
6337N/A# fields enclosed by brackets "[]" replaced with your own identifying
6337N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6337N/A#
6337N/A# CDDL HEADER END
6337N/A#
6337N/A
6337N/A#
6337N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6337N/A#
6337N/A
6337N/ABUILD_BITS = 64_and_32
6337N/A# All components using gobject-introspection must be built with gcc as
6337N/A# gobject-introspection does not produce correct results when using Studio.
6337N/ACOMPILER = gcc
6337N/Ainclude ../../../make-rules/shared-macros.mk
6337N/A
6337N/ACOMPONENT_NAME= gnome-desktop
6337N/ACOMPONENT_VERSION= 3.18.0
6337N/ACOMPONENT_PROJECT_URL= http://wiki.gnome.org
6337N/ACOMPONENT_ARCHIVE_HASH= \
6337N/A sha256:44c806b16ea7d38bdc0e6343f2cb6be97afd7f64490f30c0cb5c3373e89a9d44
6337N/ACOMPONENT_BUGDB= gnome/libraries
6337N/A
6337N/ATPNO= 24892
6337N/A
6337N/ATEST_TARGET = $(NO_TESTS)
6337N/A
6337N/A# Needs updated glib2, not available on S11.
6337N/Aifeq ($(BUILD_TYPE), evaluation)
6337N/ABUILD_32_and_64=
6337N/AINSTALL_32_and_64=
6337N/APUBLISH_STAMP=
6337N/Aendif
6337N/A
6337N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6337N/A
6337N/ACONFIGURE_OPTIONS += --disable-static
6337N/ACONFIGURE_OPTIONS += --enable-desktop-docs
6337N/A# Required for other components.
6337N/ACONFIGURE_OPTIONS += --enable-introspection
6337N/ACONFIGURE_OPTIONS += --enable-shared
6337N/ACONFIGURE_OPTIONS += --with-gnome-distributor=Oracle
6337N/ACONFIGURE_OPTIONS += --with-pic
6337N/ACONFIGURE_OPTIONS += --with-x
6337N/A
6337N/A# Required due to patches.
6337N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
6337N/A
6337N/A# Assumes GNU versions of various utilities in PATH (e.g. msgfmt).
6337N/ACOMPONENT_BUILD_ENV += PATH=$(GNUBIN):$(PATH)
6337N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6337N/A
6377N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
6337N/AREQUIRED_PACKAGES += library/desktop/cairo
6337N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
6337N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6337N/AREQUIRED_PACKAGES += library/desktop/gtk3
6337N/AREQUIRED_PACKAGES += library/glib2
6337N/AREQUIRED_PACKAGES += library/gnome/yelp-tools
6337N/AREQUIRED_PACKAGES += library/gnome/yelp-xsl
6337N/AREQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
6337N/AREQUIRED_PACKAGES += system/library/math
6337N/AREQUIRED_PACKAGES += x11/library/libx11