5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# CDDL HEADER START
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# The contents of this file are subject to the terms of the
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# Common Development and Distribution License (the "License").
5347c0fcb04eaea19d9f39795646239f487c6207Tinderbox User# You may not use this file except in compliance with the License.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# See the License for the specific language governing permissions
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# and limitations under the License.
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt# When distributing Covered Code, include this CDDL HEADER in each
cd32f419a8a5432fbb139f56ee73cbf68b9350ccTinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
50066670817cdf9e86c832066d73715232b29680Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# fields enclosed by brackets "[]" replaced with your own identifying
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# information: Portions Copyright [yyyy] [name of copyright owner]
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# CDDL HEADER END
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# All components using gobject-introspection must be built with gcc as
2a31bd531072824ef252c18303859d6af7451b00Francis Dupont# gobject-introspection does not produce correct results when using Studio.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserCOMPONENT_PROJECT_URL= https://git.gnome.org/browse/gnome-control-center
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User sha256:36fe6157247d2b7c8a98dbb3dbcde1c3a6f9e5e8fcc9ccf357e2b2417578f8ad
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Needs gobject-introspection, not available on S11.
2a31bd531072824ef252c18303859d6af7451b00Francis DupontCONFIGURE_OPTIONS += --libexecdir=$(USRLIBDIR)
c7d32c0b0ff4c01f0d4479af3410d3c06044d48aAutomatic UpdaterCONFIGURE_OPTIONS += --disable-update-mimedb
c7d32c0b0ff4c01f0d4479af3410d3c06044d48aAutomatic UpdaterCONFIGURE_OPTIONS += --enable-documentation
c7d32c0b0ff4c01f0d4479af3410d3c06044d48aAutomatic Updater# Required for other components.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# No webcam support.
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox User# Needed due to patch to configure.ac.
28b3569d6248168e6c00caab951521cc8141a49dAutomatic UpdaterCOMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
cd791043c8a6edbcacc2392575a9816d19b8157cTinderbox User# Delete this when build servers are installed with gnome-settings-daemon
cd791043c8a6edbcacc2392575a9816d19b8157cTinderbox UserGSD_BASE = $(WS_COMPONENTS)/gnome/gnome-settings-daemon/build/prototype/$(MACH)
731cc132f22dbc9e0ecd7035dce314a61076d31bAutomatic UpdaterPKG_CONFIG_PATHS += $(GSD_BASE)$(PKG_CONFIG_PATH.$(BITS))
28b3569d6248168e6c00caab951521cc8141a49dAutomatic UpdaterCPPFLAGS += -I$(GSD_BASE)/usr/include/gnome-settings-daemon-3.0
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserUNINSTALLED_DEPS = gnome-settings-daemon libgweather
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserDEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend)
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += $(shell $(GSED) -n -e '/GSED/d' -e 's/REQUIRED_PACKAGES += //p' $(UNINSTALLED_DEPS:%=../%/Makefile))
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox User# Use the GNOME 3 libnotify even though the GNOME 2 one is still the default
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserPKG_CONFIG_PATHS.32 += /usr/lib/pkgconfig/libnotify-4
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserPKG_CONFIG_PATHS.64 += /usr/lib/$(MACH64)/pkgconfig/libnotify-4
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserPKG_CONFIG_PATHS += $(PKG_CONFIG_PATHS.$(BITS))
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserLD_OPTIONS.32 += -L /usr/lib/libnotify-4 -R /usr/lib/libnotify-4
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserLD_OPTIONS.64 += -L /usr/lib/$(MACH64)/libnotify-4 -R /usr/lib/$(MACH64)/libnotify-4
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserREQUIRED_PACKAGES += gnome/gnome-settings-daemon
2a6d4c9948b3f4f31311bd799d114585a30419a9Automatic UpdaterREQUIRED_PACKAGES += gnome/gsettings-desktop-schemas
8ec3c085233cedb22b05da36e2773c8f357a7e45Automatic UpdaterREQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
6ea2385360e9e2167e65f9286447da9eea189457Tinderbox UserREQUIRED_PACKAGES += library/desktop/colord-gtk
fd2597f75693a2279fdf588bd40dfe2407c42028Tinderbox UserREQUIRED_PACKAGES += library/desktop/gdk-pixbuf
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += library/desktop/xdg/libcanberra
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += library/gnome/gnome-desktop
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += library/gnome/gnome-online-accounts
bbbf2e27d3a981163dab139497d6b2dc85449db0Tinderbox UserREQUIRED_PACKAGES += service/opengl/ogl-select
e62b9c9ce6413fb183c8116381e75dcd07ca5517Tinderbox UserREQUIRED_PACKAGES += system/library/accountsservice