6535N/A# The contents of this file are subject to the terms of the 6535N/A# Common Development and Distribution License (the "License"). 6535N/A# You may not use this file except in compliance with the License. 6535N/A# See the License for the specific language governing permissions 6535N/A# and limitations under the License. 6535N/A# When distributing Covered Code, include this CDDL HEADER in each 6535N/A# If applicable, add the following below this CDDL HEADER, with the 6535N/A# fields enclosed by brackets "[]" replaced with your own identifying 6535N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6535N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. 7102N/A# parfait is a bit unhappy (24796572) 6535N/A# For now, all things built for C++11 require gcc; the cmake files for this 6535N/A# project already specify the required -std. 6535N/A# Use project's own optimization flags instead. 6535N/A# Requires newer version of cairo, available in S12 but not 11.3, 6535N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition 6535N/A# Required to ensure expected defines are set; also, ensures project's 6535N/A# optimisation level set appropriately. Would prefer RelWithDebInfo, but that 6535N/A# target is curently broken. 6535N/A# Need to figure out a way to use BUILD_STYLE = cmake and remove 6535N/A# these duplicate entries here - 24375155 6535N/A# This component uses cmake to generate Makefiles and so has no configure 6535N/A# Must start install paths with a leading '/' or files will be installed into 6535N/A# Tell g-ir-scanner not to cache results in homedir of user running the build 6535N/A# Expects GNU versions of utilities to be found in PATH (e.g. xgettext). 6535N/A# Ensure cmake finds the matching 32/64-bit version of dependencies.