7196N/A#
7196N/A# CDDL HEADER START
7196N/A#
7196N/A# The contents of this file are subject to the terms of the
7196N/A# Common Development and Distribution License (the "License").
7196N/A# You may not use this file except in compliance with the License.
7196N/A#
7196N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7196N/A# or http://www.opensolaris.org/os/licensing.
7196N/A# See the License for the specific language governing permissions
7196N/A# and limitations under the License.
7196N/A#
7196N/A# When distributing Covered Code, include this CDDL HEADER in each
7196N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7196N/A# If applicable, add the following below this CDDL HEADER, with the
7196N/A# fields enclosed by brackets "[]" replaced with your own identifying
7196N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7196N/A#
7196N/A# CDDL HEADER END
7196N/A#
7196N/A
7196N/A#
7196N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
7196N/A#
7196N/A
7196N/ABUILD_BITS= 64
7196N/ACOMPILER= gcc
7196N/Ainclude ../../../make-rules/shared-macros.mk
7196N/A
7196N/ACOMPONENT_NAME= vino
7196N/ACOMPONENT_VERSION= 3.18.0
7196N/ACOMPONENT_PROJECT_URL= https://wiki.gnome.org/Projects/Vino
7196N/ACOMPONENT_ARCHIVE_HASH= \
7196N/A sha256:52be0b036389713eab224abf27f2ca2a067ba5bd1f6b526592703576005e0919
7196N/ACOMPONENT_BUGDB= gnome/remote-desktop
7196N/A
7196N/ATPNO= 24888
7196N/A
7196N/ATEST_TARGET = $(NO_TESTS)
7196N/A
7196N/A# Needs updated glib2, not available on S11.
7196N/Ainclude $(WS_MAKE_RULES)/no-evaluation.mk
7196N/A
7196N/Ainclude $(WS_MAKE_RULES)/gnome-component.mk
7196N/A
7196N/A# Force use of gnutls-3 pkgconfig during 2.x->3.x transition
7196N/APKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/gnutls-3
7196N/APKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/gnutls-3
7196N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7196N/ALD_OPTIONS.32 += -L $(USRLIB.32)/gnutls-3 -R $(USRLIB.32)/gnutls-3
7196N/ALD_OPTIONS.64 += -L $(USRLIB.64)/gnutls-3 -R $(USRLIB.64)/gnutls-3
7196N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7196N/A
7196N/APKG_CONFIG_PATHS.32 += $(PKG_CONFIG_PATH.32)/libnotify-4
7196N/APKG_CONFIG_PATHS.64 += $(PKG_CONFIG_PATH.64)/libnotify-4
7196N/APKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
7196N/ALD_OPTIONS.32 += -L $(USRLIB.32)/libnotify-4 -R $(USRLIB.32)/libnotify-4
7196N/ALD_OPTIONS.64 += -L $(USRLIB.64)/libnotify-4 -R $(USRLIB.64)/libnotify-4
7196N/ALD_OPTIONS += $(LD_OPTIONS.$(BITS))
7196N/A
7196N/ACONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"
7196N/A
7196N/ACONFIGURE_OPTIONS += --disable-static
7196N/ACONFIGURE_OPTIONS += --enable-shared
7196N/ACONFIGURE_OPTIONS += --with-avahi
7196N/ACONFIGURE_OPTIONS += --with-gcrypt
7196N/ACONFIGURE_OPTIONS += --with-gnutls
7196N/ACONFIGURE_OPTIONS += --with-jpeg
7196N/ACONFIGURE_OPTIONS += --with-pic
7196N/ACONFIGURE_OPTIONS += --with-secret
7196N/ACONFIGURE_OPTIONS += --with-telepathy
7196N/ACONFIGURE_OPTIONS += --with-x
7196N/ACONFIGURE_OPTIONS += --with-zlib
7196N/ACONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
7196N/A
7196N/AREQUIRED_PACKAGES += image/library/libjpeg
7196N/AREQUIRED_PACKAGES += library/desktop/cairo
7196N/AREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
7196N/AREQUIRED_PACKAGES += library/desktop/gtk3
7196N/AREQUIRED_PACKAGES += library/desktop/libnotify
7196N/AREQUIRED_PACKAGES += library/glib2
7196N/AREQUIRED_PACKAGES += library/gnome/libsecret
7196N/AREQUIRED_PACKAGES += library/gnutls-3
7196N/AREQUIRED_PACKAGES += library/telepathy-glib
7196N/AREQUIRED_PACKAGES += library/zlib
7196N/AREQUIRED_PACKAGES += system/library/libdbus
7196N/AREQUIRED_PACKAGES += system/library/libdbus-glib
7196N/AREQUIRED_PACKAGES += system/library/security/libgcrypt
7196N/AREQUIRED_PACKAGES += system/network/avahi
7196N/AREQUIRED_PACKAGES += x11/library/libice
7196N/AREQUIRED_PACKAGES += x11/library/libsm
7196N/AREQUIRED_PACKAGES += x11/library/libx11
7196N/AREQUIRED_PACKAGES += x11/library/libxdamage
7196N/AREQUIRED_PACKAGES += x11/library/libxext
7196N/AREQUIRED_PACKAGES += x11/library/libxfixes
7196N/AREQUIRED_PACKAGES += x11/library/libxtst