65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER START
65fea56f17cd614bc8908264df980a62e1931468vboxsync# The contents of this file are subject to the terms of the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Common Development and Distribution License (the "License").
65fea56f17cd614bc8908264df980a62e1931468vboxsync# You may not use this file except in compliance with the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
65fea56f17cd614bc8908264df980a62e1931468vboxsync# See the License for the specific language governing permissions
65fea56f17cd614bc8908264df980a62e1931468vboxsync# and limitations under the License.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# When distributing Covered Code, include this CDDL HEADER in each
65fea56f17cd614bc8908264df980a62e1931468vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# If applicable, add the following below this CDDL HEADER, with the
65fea56f17cd614bc8908264df980a62e1931468vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
65fea56f17cd614bc8908264df980a62e1931468vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
65fea56f17cd614bc8908264df980a62e1931468vboxsync# CDDL HEADER END
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# All components using gobject-introspection must be built with gcc as
65fea56f17cd614bc8908264df980a62e1931468vboxsync# gobject-introspection does not produce correct results when using Studio.
65fea56f17cd614bc8908264df980a62e1931468vboxsync sha256:d7816eae9606846c44fd508902eae10bdaed28e6d4f621531990d473184107a2
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Needs gobject-introspection, not available in S11
65fea56f17cd614bc8908264df980a62e1931468vboxsync# The build process modifies the shebang line to use the version of Python
65fea56f17cd614bc8908264df980a62e1931468vboxsync# automatically found; to avoid using the current system default, one is
65fea56f17cd614bc8908264df980a62e1931468vboxsync# explicitly specified here.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Only build Python 2.7 support; most of GNOME still uses Python 2.x. Building
65fea56f17cd614bc8908264df980a62e1931468vboxsync# both would lead to the possibility of both Python runtimes being loaded into
65fea56f17cd614bc8908264df980a62e1931468vboxsync# the same process space (not a good idea).
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Ensure Python modules are installed to vendor-packages directory;
65fea56f17cd614bc8908264df980a62e1931468vboxsync# the default is site-packages.
65fea56f17cd614bc8908264df980a62e1931468vboxsyncCONFIGURE_OPTIONS += am_cv_python_pythondir=$(PYTHON_VENDOR_PACKAGES)
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Required for other components.
65fea56f17cd614bc8908264df980a62e1931468vboxsync# Required for other components.
REQUIRED_PACKAGES += $(shell $(GSED) -n -e 's%\$$(PERL_PKG)%$(PERL_PKG)%' -e 's/REQUIRED_PACKAGES +=//p' ../nautilus/Makefile)