Makefile revision 7209
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER START
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# The contents of this file are subject to the terms of the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Common Development and Distribution License (the "License").
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# You may not use this file except in compliance with the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# or http://www.opensolaris.org/os/licensing.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# See the License for the specific language governing permissions
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# and limitations under the License.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# When distributing Covered Code, include this CDDL HEADER in each
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# If applicable, add the following below this CDDL HEADER, with the
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# fields enclosed by brackets "[]" replaced with your own identifying
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# information: Portions Copyright [yyyy] [name of copyright owner]
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# CDDL HEADER END
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
c9f77c52c0735e65aa2534394c5151cdb963cbefAndy Stormont#
BUILD_BITS = 64_and_32
COMPILER = gcc
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= GConf
COMPONENT_VERSION= 3.2.6
COMPONENT_PROJECT_URL= https://projects.gnome.org/gconf/
COMPONENT_ARCHIVE_HASH= \
sha256:1912b91803ab09a5eed34d364bf09fe3a2a9c96751fde03a4e0cfa51a04d784c
COMPONENT_BUGDB= gnome/libraries
TPNO= 26337
# While there is a tests subdirectory, it's not setup for automated use
# on a headless system, and isn't even built unless you manually do it.
TEST_TARGET = $(NO_TESTS)
# Needs gobject-introspection, not available on S11.
include $(WS_MAKE_RULES)/no-evaluation.mk
include $(WS_MAKE_RULES)/gnome-component.mk
CONFIGURE_OPTIONS += --disable-defaults-service
CONFIGURE_OPTIONS += --enable-gsettings_backend
CONFIGURE_OPTIONS += --disable-orbit
CONFIGURE_OPTIONS += --with-gtk=3.0
CONFIGURE_OPTIONS += --without-openldap
CONFIGURE_OPTIONS += --disable-static
CONFIGURE_OPTIONS += --enable-shared
# Assumes GNU xgettext in PATH
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
# Need to convert "#! /usr/bin/env python" to actual path for pkgdepend to work
PYTHON_SCRIPTS += $(PROTO_DIR)$(CONFIGURE_BINDIR.$(BITS))/gsettings-schema-convert
PKG_MACROS += PYVER="$(PYTHON_VERSION)"
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/libxml2
REQUIRED_PACKAGES += library/python/lxml-27
REQUIRED_PACKAGES += runtime/python-27
REQUIRED_PACKAGES += system/library/libdbus
REQUIRED_PACKAGES += system/library/libdbus-glib