Makefile revision 7212
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER START
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# The contents of this file are subject to the terms of the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Common Development and Distribution License (the "License").
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You may not use this file except in compliance with the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# or http://www.opensolaris.org/os/licensing.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# See the License for the specific language governing permissions
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# and limitations under the License.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# If applicable, add the following below this CDDL HEADER, with the
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# CDDL HEADER END
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync#
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncBUILD_BITS= 64
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Uses gcc-specific options (e.g. -Wall) which cause Studio build failures.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPILER= gcc
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncinclude ../../../make-rules/shared-macros.mk
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_NAME= gnome-initial-setup
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_VERSION= 3.18.0
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_ARCHIVE_HASH= \
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync sha256:8fee9de41677c44318bb1c3bade2b6c9156698ad1a06e63aa1c15e3ab1bee729
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_BUGDB= gnome/session
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncTPNO= 25848
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncTEST_TARGET= $(NO_TESTS)
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncinclude $(WS_MAKE_RULES)/gnome-component.mk
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Regenerate configure after patches modify configure.ac & Makefile.am files
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_PREP_ACTION += ( cd $(@D); autoreconf -fiv);
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# Assumes GNU msgfmt in PATH.
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCOMPONENT_BUILD_ENV += PATH="$(GNUBIN):$(PATH)"
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# gnome-initial-setup/pages/account/um-utils.c uses UT_NAMESIZE from the Linux
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync# <utmp.h> - map it to the equivalent value in the Solaris <utmp.h>
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncCPPFLAGS += -DUT_NAMESIZE=_UTMP_USER_LEN
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/cairo
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/geoclue
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/gtk3
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/libgweather
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/librest
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/pango
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/desktop/webkitgtk4
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/glib2
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/gnome/gnome-desktop
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += library/json-glib
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += security/kerberos-5
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/display-manager/gdm
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/input-method/ibus
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/library/accountsservice
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/library/fontconfig
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/library/math
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsyncREQUIRED_PACKAGES += system/library/polkit
b8e299dddd091ae24e0c08c45d91b8f937bd14d2vboxsync