6109N/A#
6109N/A# CDDL HEADER START
6109N/A#
6109N/A# The contents of this file are subject to the terms of the
6109N/A# Common Development and Distribution License (the "License").
6109N/A# You may not use this file except in compliance with the License.
6109N/A#
6109N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6109N/A# or http://www.opensolaris.org/os/licensing.
6109N/A# See the License for the specific language governing permissions
6109N/A# and limitations under the License.
6109N/A#
6109N/A# When distributing Covered Code, include this CDDL HEADER in each
6109N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6109N/A# If applicable, add the following below this CDDL HEADER, with the
6109N/A# fields enclosed by brackets "[]" replaced with your own identifying
6109N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6109N/A#
6109N/A# CDDL HEADER END
6109N/A#
6109N/A
6109N/A#
6109N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6109N/A#
6109N/A
6109N/ABUILD_BITS = 64_and_32
6109N/A# All components using gobject-introspection must be built with gcc as
6109N/A# gobject-introspection does not produce correct results when using Studio.
6109N/ACOMPILER=gcc
6109N/Ainclude ../../../make-rules/shared-macros.mk
6109N/A
6109N/ACOMPONENT_NAME= gsettings-desktop-schemas
6109N/ACOMPONENT_VERSION= 3.18.1
6109N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/HowDoI/GSettings
6109N/ACOMPONENT_ARCHIVE_HASH= \
6109N/A sha256:258713b2a3dc6b6590971bcfc81f98d78ea9827d60e2f55ffbe40d9cd0f99a1a
6109N/ACOMPONENT_BUGDB= gnome/gconf
6109N/A
6109N/ATPNO= 25277
6109N/A
6109N/ATEST_TARGET = $(NO_TESTS)
6109N/A
6139N/A# Needs updated glib2, not available on S11.
6139N/Aifeq ($(BUILD_TYPE), evaluation)
6139N/ABUILD_32_and_64=
6139N/AINSTALL_32_and_64=
6139N/APUBLISH_STAMP=
6139N/Aendif
6139N/A
6109N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6109N/A
6109N/A# Assumes GNU xgettext in PATH
6109N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
6109N/A
6109N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
6109N/AREQUIRED_PACKAGES += system/core-os