5887N/A#
5887N/A# CDDL HEADER START
5887N/A#
5887N/A# The contents of this file are subject to the terms of the
5887N/A# Common Development and Distribution License (the "License").
5887N/A# You may not use this file except in compliance with the License.
5887N/A#
5887N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5887N/A# or http://www.opensolaris.org/os/licensing.
5887N/A# See the License for the specific language governing permissions
5887N/A# and limitations under the License.
5887N/A#
5887N/A# When distributing Covered Code, include this CDDL HEADER in each
5887N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5887N/A# If applicable, add the following below this CDDL HEADER, with the
5887N/A# fields enclosed by brackets "[]" replaced with your own identifying
5887N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5887N/A#
5887N/A# CDDL HEADER END
5887N/A#
5887N/A
5887N/A#
5887N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
5887N/A#
5887N/A
5887N/ABUILD_BITS= NO_ARCH
5887N/Ainclude ../../../make-rules/shared-macros.mk
5887N/A
5887N/ACOMPONENT_NAME= desktop-cache
6904N/ACOMPONENT_VERSION= 0.2.9
5887N/ACOMPONENT_SRC= # all files under files/
5887N/ACOMPONENT_BUGDB= gnome/install
5887N/A
5887N/A# nothing to download or build; just package
5887N/ABUILD_STYLE= pkg
7085N/A
7085N/A# Uses a feature in a gtk script not added until S12.
7085N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7085N/A
5887N/Ainclude $(WS_MAKE_RULES)/common.mk
5887N/A
5887N/A# Make sure SMF manifests are valid
7085N/Aifneq ($(BUILD_TYPE), evaluation)
5887N/A$(BUILD_DIR)/.validated-smf-manifests-$(MACH): $(BUILD_DIR)
5887N/A @for f in files/*.xml ; do \
5966N/A [[ "$$f" == "files/com.oracle.solaris.gdm-temporary.xml" ]] || \
5887N/A (set -ex ; /usr/sbin/svccfg validate "$$f") ; \
5887N/A done
5887N/A $(TOUCH) $@
5887N/A
5887N/Avalidate-smf: $(BUILD_DIR)/.validated-smf-manifests-$(MACH)
5887N/Abuild: $(BUILD_DIR)/.validated-smf-manifests-$(MACH)
7107N/Aendif
5887N/A
6967N/AREQUIRED_PACKAGES += service/opengl/ogl-select
5887N/AREQUIRED_PACKAGES += system/core-os