5886N/A#
5886N/A# CDDL HEADER START
5886N/A#
5886N/A# The contents of this file are subject to the terms of the
5886N/A# Common Development and Distribution License (the "License").
5886N/A# You may not use this file except in compliance with the License.
5886N/A#
5886N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5886N/A# or http://www.opensolaris.org/os/licensing.
5886N/A# See the License for the specific language governing permissions
5886N/A# and limitations under the License.
5886N/A#
5886N/A# When distributing Covered Code, include this CDDL HEADER in each
5886N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5886N/A# If applicable, add the following below this CDDL HEADER, with the
5886N/A# fields enclosed by brackets "[]" replaced with your own identifying
5886N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5886N/A#
5886N/A# CDDL HEADER END
5886N/A#
5886N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5886N/A#
5886N/A
5886N/ABUILD_BITS = 64_and_32
5886N/Ainclude ../../../make-rules/shared-macros.mk
5886N/A
5886N/ACOMPONENT_NAME= dbus-glib
5886N/ACOMPONENT_VERSION= 0.102
5886N/ACOMPONENT_PROJECT_URL= http://dbus.freedesktop.org
5886N/ACOMPONENT_ARCHIVE_HASH= \
5886N/A sha256:6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c
5886N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)/releases/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
5886N/ACOMPONENT_BUGDB= library/dbus
5886N/A
5886N/ATPNO= 25523
5886N/A
5886N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
5886N/Ainclude $(WS_MAKE_RULES)/common.mk
5886N/A
5886N/ACONFIGURE_OPTIONS += --sysconfdir="$(ETCDIR)"
5886N/ACONFIGURE_OPTIONS += --libexecdir="$(USRLIB)"
5886N/ACONFIGURE_OPTIONS += --localstatedir="$(VARDIR)"
5886N/ACONFIGURE_OPTIONS += --disable-static
5886N/ACONFIGURE_OPTIONS += --enable-gtk-doc
5886N/ACONFIGURE_OPTIONS += --enable-tests
5886N/A
5886N/A# Needed for "gmake test" to work successfully.
5886N/Aunexport SHELLOPTS
5886N/A
5886N/AREQUIRED_PACKAGES += library/expat
5886N/AREQUIRED_PACKAGES += library/glib2
5886N/AREQUIRED_PACKAGES += system/library/dbus
5886N/AREQUIRED_PACKAGES += system/library/libdbus