Makefile revision 7195
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# CDDL HEADER START
67486d6b1ecf210ee0fba21ef9298f4fb6213d2cTom Rumsey# The contents of this file are subject to the terms of the
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Common Development and Distribution License (the "License").
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# You may not use this file except in compliance with the License.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# See the License for the specific language governing permissions
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# and limitations under the License.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# When distributing Covered Code, include this CDDL HEADER in each
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# If applicable, add the following below this CDDL HEADER, with the
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# fields enclosed by brackets "[]" replaced with your own identifying
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# information: Portions Copyright [yyyy] [name of copyright owner]
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# CDDL HEADER END
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
31a66e0bb8b340406b1fb73b937e77088b44ced1Kohei Tamura# All components using gobject-introspection must be built with gcc as
31a66e0bb8b340406b1fb73b937e77088b44ced1Kohei Tamura# gobject-introspection does not produce correct results when using Studio.
67486d6b1ecf210ee0fba21ef9298f4fb6213d2cTom RumseyCOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Mutter
665b168be4fb756b117fa2c0c9afec839640b562Peter Major sha256:4fdee7c9dc2db3a48f18723f47c3122aa5bddaddb8751701ce243e577e2a69a9
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Needs gobject-introspection, not available on S11.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Requires non-standard extensions.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Enable additional compiler warnings, but leave them as warnings, not errors
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# (upstream default if this isn't specified is =error which breaks SPARC)
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorCONFIGURE_OPTIONS += --enable-compile-warnings=yes
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Required for other components.
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Needed due to patch to configure.ac.
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorCOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
665b168be4fb756b117fa2c0c9afec839640b562Peter Major# Delete this when build servers are installed with gnome-settings-daemon
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorUNINSTALLED_DEPS = gnome-settings-daemon libgweather
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorDEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend)
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES += //p' $(UNINSTALLED_DEPS:%=../%/Makefile))
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += library/desktop/startup-notification
665b168be4fb756b117fa2c0c9afec839640b562Peter MajorREQUIRED_PACKAGES += library/desktop/xdg/libcanberra