7181N/A#
7181N/A# CDDL HEADER START
7181N/A#
7181N/A# The contents of this file are subject to the terms of the
7181N/A# Common Development and Distribution License (the "License").
7181N/A# You may not use this file except in compliance with the License.
7181N/A#
7181N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7181N/A# or http://www.opensolaris.org/os/licensing.
7181N/A# See the License for the specific language governing permissions
7181N/A# and limitations under the License.
7181N/A#
7181N/A# When distributing Covered Code, include this CDDL HEADER in each
7181N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7181N/A# If applicable, add the following below this CDDL HEADER, with the
7181N/A# fields enclosed by brackets "[]" replaced with your own identifying
7181N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7181N/A#
7181N/A# CDDL HEADER END
7181N/A#
7181N/A
7181N/A#
7181N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7181N/A#
7181N/A
7181N/ABUILD_BITS = 64
7181N/ACOMPILER = gcc
7181N/Ainclude ../../../make-rules/shared-macros.mk
7181N/A
7181N/ACOMPONENT_NAME= gnome-settings-daemon
7181N/ACOMPONENT_VERSION= 3.18.0
7181N/ACOMPONENT_PROJECT_URL= http://wiki.gnome.org
7181N/ACOMPONENT_ARCHIVE_HASH= \
7181N/A sha256:8d3ef9c18538831ed89122fee0bdaca68b0e482a18b3c4388c4e672aba1b3cd5
7181N/ACOMPONENT_BUGDB= gnome/session
7181N/A
7181N/ATPNO= 24901
7181N/A
7181N/A# Needs gobject-introspection, not available on S11.
7181N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7181N/A
7181N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7181N/A
7181N/A# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
7181N/APKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/libnotify-4
7181N/APKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/libnotify-4
7181N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7181N/ALD_OPTIONS.32 += -L /usr/lib/libnotify-4 -R /usr/lib/libnotify-4
7181N/ALD_OPTIONS.64 += -L /usr/lib/$(MACH64)/libnotify-4 -R /usr/lib/$(MACH64)/libnotify-4
7181N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7181N/A
7181N/A# A pkg-config file isn't shipped in Solaris for nss/nspr 64-bit, so we
7181N/A# workaround this by using the one-off copy in the evolution-data-server
7181N/A# component directory
7181N/APKG_CONFIG_PATHS.64 += $(WS_COMPONENTS)/gnome/evolution-data-server
7181N/A
7181N/ACONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
7181N/A
7181N/A# gudev not yet supported on Solaris.
7181N/ACONFIGURE_OPTIONS += --disable-gudev
7181N/A# GNOME NetworkManager not yet supported on Solaris.
7181N/ACONFIGURE_OPTIONS += --disable-network-manager
7181N/A# Linux-specific.
7181N/ACONFIGURE_OPTIONS += --disable-rfkill
7181N/ACONFIGURE_OPTIONS += --disable-static
7181N/A# Wayland not yet supported on Solaris.
7181N/ACONFIGURE_OPTIONS += --disable-wayland
7181N/ACONFIGURE_OPTIONS += --enable-man
7181N/ACONFIGURE_OPTIONS += --enable-shared
7181N/ACONFIGURE_OPTIONS += --with-pic
7181N/A
7181N/A# Required due to patches.
7181N/ACOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
7181N/A
7181N/A# Delete this when build servers are installed with an updated libgweather
7181N/AWEATHER_BASE = $(WS_COMPONENTS)/gnome/libgweather/build/prototype/$(MACH)
7181N/APKG_CONFIG_PATHS.32 += $(WEATHER_BASE)/usr/lib/pkgconfig/
7181N/APKG_CONFIG_PATHS.64 += $(WEATHER_BASE)/usr/lib/$(MACH64)/pkgconfig/
7181N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7181N/A
7181N/ALD_OPTIONS.32 += -L $(WEATHER_BASE)/usr/lib
7181N/ALD_OPTIONS.64 += -L $(WEATHER_BASE)/usr/lib/$(MACH64)
7181N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7181N/A
7181N/ACPPFLAGS += -I$(WEATHER_BASE)/usr/include/libgweather-3.0
7181N/A
7181N/A# The dependency isn't installed, so add it manually since pkgdepend
7181N/A# can't resolve them yet: 15708323
7181N/ADEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
7181N/A
7181N/AREQUIRED_PACKAGES += $(shell $(GSED) -n 's/REQUIRED_PACKAGES +=//p' ../libgweather/Makefile)
7181N/A#end Delete
7181N/A
7181N/AREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
7181N/AREQUIRED_PACKAGES += library/audio/pulseaudio
7181N/AREQUIRED_PACKAGES += library/desktop/cairo
7181N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7181N/AREQUIRED_PACKAGES += library/desktop/geoclue
7181N/AREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
7181N/AREQUIRED_PACKAGES += library/desktop/gtk3
7181N/AREQUIRED_PACKAGES += library/desktop/libnotify
7181N/AREQUIRED_PACKAGES += library/desktop/xdg/libcanberra
7181N/AREQUIRED_PACKAGES += library/glib2
7181N/AREQUIRED_PACKAGES += library/gnome/gnome-desktop
7181N/AREQUIRED_PACKAGES += library/lcms2
7181N/AREQUIRED_PACKAGES += library/nspr
7181N/AREQUIRED_PACKAGES += library/print/cups-libs
7181N/AREQUIRED_PACKAGES += library/security/nss
7181N/AREQUIRED_PACKAGES += service/image/colord
7181N/AREQUIRED_PACKAGES += system/library/fontconfig
7181N/AREQUIRED_PACKAGES += system/library/math
7181N/AREQUIRED_PACKAGES += system/library/polkit
7181N/AREQUIRED_PACKAGES += system/library/upower
7181N/AREQUIRED_PACKAGES += x11/library/libx11
7181N/AREQUIRED_PACKAGES += x11/library/libxext
7181N/AREQUIRED_PACKAGES += x11/library/libxi
7181N/AREQUIRED_PACKAGES += x11/library/libxtst