6107N/A#
6107N/A# CDDL HEADER START
6107N/A#
6107N/A# The contents of this file are subject to the terms of the
6107N/A# Common Development and Distribution License (the "License").
6107N/A# You may not use this file except in compliance with the License.
6107N/A#
6107N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6107N/A# or http://www.opensolaris.org/os/licensing.
6107N/A# See the License for the specific language governing permissions
6107N/A# and limitations under the License.
6107N/A#
6107N/A# When distributing Covered Code, include this CDDL HEADER in each
6107N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6107N/A# If applicable, add the following below this CDDL HEADER, with the
6107N/A# fields enclosed by brackets "[]" replaced with your own identifying
6107N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6107N/A#
6107N/A# CDDL HEADER END
6107N/A#
6107N/A
6107N/A#
6107N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
6107N/A#
6107N/A
6107N/ABUILD_BITS = 64_and_32
6107N/Ainclude ../../../make-rules/shared-macros.mk
6107N/A
6107N/ACOMPONENT_NAME= dconf
6107N/ACOMPONENT_VERSION= 0.24.0
6107N/ACOMPONENT_ARCHIVE_HASH= \
6107N/A sha256:4373e0ced1f4d7d68d518038796c073696280e22957babb29feb0267c630fec2
6107N/ACOMPONENT_BUGDB= gnome/gconf
6107N/A
6107N/ATPNO= 25273
6107N/A
6138N/A# Needs updated glib2, not available on S11.
6138N/Aifeq ($(BUILD_TYPE), evaluation)
6138N/ABUILD_32_and_64=
6138N/AINSTALL_32_and_64=
6138N/APUBLISH_STAMP=
6138N/Aendif
6138N/A
6107N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
6107N/A
6107N/Astudio_C99MODE=$(studio_C99_ENABLE)
6107N/A
6107N/A# Uses gcc extensions for void returns.
6107N/ACFLAGS.studio += $(studio_FEATURES_EXTENSIONS)
6107N/A
6551N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
6551N/A
6107N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
6107N/ACOMPONENT_TEST_ARGS = -k -i
6107N/ACOMPONENT_TEST_TRANSFORMS += \
6107N/A '-n ' \
6107N/A '-e "/TOTAL:/p" ' \
6107N/A '-e "/SKIP:/p" ' \
6107N/A '-e "/PASS:/p" ' \
6107N/A '-e "/XFAIL:/p" '
6107N/A
6107N/AREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
6107N/AREQUIRED_PACKAGES += developer/vala
6107N/AREQUIRED_PACKAGES += library/glib2
6107N/AREQUIRED_PACKAGES += system/library/libdbus