7192N/A# The contents of this file are subject to the terms of the 7192N/A# Common Development and Distribution License (the "License"). 7192N/A# You may not use this file except in compliance with the License. 7192N/A# See the License for the specific language governing permissions 7192N/A# and limitations under the License. 7192N/A# When distributing Covered Code, include this CDDL HEADER in each 7192N/A# If applicable, add the following below this CDDL HEADER, with the 7192N/A# fields enclosed by brackets "[]" replaced with your own identifying 7192N/A# information: Portions Copyright [yyyy] [name of copyright owner] 7192N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 7192N/A# All components using gobject-introspection must be built with gcc as 7192N/A# gobject-introspection does not produce correct results when using Studio. 7192N/A# Needs gobject-introspection, not available in S11 7192N/A# The build process modifies the shebang line to use the version of Python 7192N/A# automatically found; to avoid using the current system default, one is 7192N/A# explicitly specified here. 7192N/A# Only build Python 2.7 support; most of GNOME still uses Python 2.x. Building 7192N/A# both would lead to the possibility of both Python runtimes being loaded into 7192N/A# the same process space (not a good idea). 7192N/A# Ensure Python modules are installed to vendor-packages directory; 7192N/A# the default is site-packages. 7192N/A# Required for other components. 7192N/A# Required for other components. 7192N/A# Required for other components. 7192N/A# Assumes GNU msgfmt is in PATH. 7192N/A# Delete once builds servers have nautilus installed