Makefile revision 7191
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER START
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# The contents of this file are subject to the terms of the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Common Development and Distribution License (the "License").
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# You may not use this file except in compliance with the License.
cfeb51c88f60cb31c8862f0fa325d7d1c4d22f8avboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See the License for the specific language governing permissions
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# and limitations under the License.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# When distributing Covered Code, include this CDDL HEADER in each
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# If applicable, add the following below this CDDL HEADER, with the
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CDDL HEADER END
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# All components using gobject-introspection must be built with gcc as
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# gobject-introspection does not produce correct results when using Studio.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncCOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Nautilus
65ba0abe3ecfd47b318d49a3c37a9b48d1f6904evboxsync sha256:68dcf668e2ca93126a899d2e236ef37af2aea93e3fc25eee23ccd7ba911d424a
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# Needs gobject-introspection, not available on S11.
5a062c1c10e75283bed9bd16145610874ec5bacdvboxsync# Uses c99 language types (bool, etc.).
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# 32-bit gcc builds cause segfaults in Nautilus; see bug 21393975.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Not yet available for Solaris.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Not desired for production builds.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# See --enable-tracker below.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# Cyclic dependency; must build nautilus first, then build tracker, then build
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# nautilus again.
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsync# CONFIGURE_OPTIONS += --enable-tracker
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncREQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
8230e6f6671b538d39c7ef6d8484cf516a983ef4vboxsyncREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas