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