6322N/A# The contents of this file are subject to the terms of the 6322N/A# Common Development and Distribution License (the "License"). 6322N/A# You may not use this file except in compliance with the License. 6322N/A# See the License for the specific language governing permissions 6322N/A# and limitations under the License. 6322N/A# When distributing Covered Code, include this CDDL HEADER in each 6322N/A# If applicable, add the following below this CDDL HEADER, with the 6322N/A# fields enclosed by brackets "[]" replaced with your own identifying 6322N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6322N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 6322N/A# gobject-introspection bindings are only built correctly for gtk when building 6322N/A# with gcc, this would otherwise build with Studio. 6322N/A# Needs gobject-introspection >= 1.39.0, which is not available on S11. 6322N/A# Tests do not yet work with Userland framework - 23712631 6322N/A# Needs -std=c99 at minimum for 'NAN', etc. 6322N/A# The build process modifies the shebang line to use the version of Python 6322N/A# automatically found; to avoid using the current system default, one is 6322N/A# explicitly specified here. 6322N/A# Ensure Python modules are installed into vendor package directories. 6955N/A# Temporary until build machines install pycairo for python3 6955N/A# Override $(PYTHON) for configure step so that configure can find 6955N/A# Make install path match what autopyc transforms look for 6322N/A# Pyflakes is needed for tests, but not build or install