components/gnome/gtk3/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 23 Feb 2017 13:46:52 -0800
changeset 7687 1093e2a9adbd
parent 6969 c033ca9bd950
child 7862 875bb3f441a5
permissions -rw-r--r--
25590368 Userland components should include "upstream" release tracking information
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     1
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     3
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     7
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    12
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    18
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    20
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    21
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    22
#
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6969
diff changeset
    23
# Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    24
#
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    25
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    26
BUILD_BITS =            32_and_64
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    27
# All components using gobject-introspection must be built with gcc as
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    28
# gobject-introspection does not produce correct results when using Studio.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    29
COMPILER =              gcc
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    30
include ../../../make-rules/shared-macros.mk
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    31
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_NAME=		gtk3
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    33
COMPONENT_VERSION=	3.18.0
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    34
COMPONENT_PROJECT_URL=	https://wiki.gnome.org/Projects/GTK+
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    35
COMPONENT_SRC=		gtk+-$(COMPONENT_VERSION)
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    36
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.xz
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    37
COMPONENT_ARCHIVE_HASH=	\
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    38
    sha256:7fb8ae257403317d3852bad28d064d35f67e978b1fed8b71d5997e87204271b9
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    39
COMPONENT_ARCHIVE_URL=	https://download.gnome.org/sources/gtk+/3.18/$(COMPONENT_ARCHIVE)
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    40
COMPONENT_BUGDB=	gnome/gtk+
7687
1093e2a9adbd 25590368 Userland components should include "upstream" release tracking information
Rich Burridge <rich.burridge@oracle.com>
parents: 6969
diff changeset
    41
COMPONENT_ANITYA_ID=	10018
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    42
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    43
TPNO=			24779
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    44
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    45
ETCDIR.64="$(ETCDIR)/$(MACH64)"
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    46
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    47
# Enable tests once all dependencies are install on the build server
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    48
TEST_TARGET = $(SKIP_TEST)
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    49
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    50
# Needs gobject-introspection, not available on S11.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    51
ifeq ($(BUILD_TYPE), evaluation)
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    52
BUILD_32_and_64=
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    53
INSTALL_32_and_64=
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    54
PUBLISH_STAMP=
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    55
endif
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    56
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    57
include $(WS_MAKE_RULES)/gnome-component.mk
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    58
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    59
# Uses isinf, etc. only available in c99 and newer.  The GNU variant is chosen
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    60
# due to use of M_PI, etc. dropped in C99 and newer.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    61
CFLAGS.gcc += -std=gnu11
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    62
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    63
# 32-bit gcc builds cause segfaults in gtk3; see bug 21393975.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    64
gcc_OPT.i386.32 = -O2
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    65
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    66
CONFIGURE_ENV += PATH=$(GNUBIN):$(PATH)
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    67
CONFIGURE_OPTIONS += --enable-cloudprint
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    68
# Required for other components.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    69
CONFIGURE_OPTIONS += --enable-introspection
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    70
CONFIGURE_OPTIONS += --enable-libcanberra
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    71
# Generate man pages
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    72
CONFIGURE_OPTIONS += --enable-man
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    73
CONFIGURE_OPTIONS += --with-x
6676
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6242
diff changeset
    74
# disable colord for now till we get colord installed on build servers
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6242
diff changeset
    75
# at which point we can delete this and add it in REQ PKGS
447ee8f869db 23245618 Deliver colord 1.1.8 in Solaris
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6242
diff changeset
    76
CONFIGURE_OPTIONS += --enable-colord=no
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    77
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    78
# Needed due to patch to configure.ac.
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    79
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv);
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
    80
6968
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    81
# Make sure SMF manifests are valid
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    82
$(BUILD_DIR)/.validated-smf-manifests-$(MACH): $(BUILD_DIR)
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    83
	@for f in files/*.xml ; do \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    84
	    (set -ex ; /usr/sbin/svccfg validate "$$f") ; \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    85
	done
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    86
	$(TOUCH) $@
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    87
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    88
validate-smf:	$(BUILD_DIR)/.validated-smf-manifests-$(MACH)
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    89
build:		$(BUILD_DIR)/.validated-smf-manifests-$(MACH)
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    90
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    91
# Generate and install architecture-specific configuration files.
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    92
PROTOGTKDIR=		$(PROTO_DIR)$(USRLIB)/gtk-3.0/3.0.0
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    93
PROTOIMMCONF=		$(PROTOGTKDIR)/immodules.cache
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    94
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    95
COMPONENT_POST_INSTALL_ACTION += \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    96
	$(MKDIR) $(PROTOGTKDIR); \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    97
	LD_LIBRARY_PATH='$(PROTO_DIR)$(USRLIB)' \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    98
	  $(PROTO_DIR)$(USRBIN)/gtk-query-immodules-3.0 \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
    99
	  $(PROTOGTKDIR)/immodules/*.so | \
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
   100
	  $(GSED) -e 's%$(PROTO_DIR)%%' > $(PROTOIMMCONF) ;
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
   101
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   102
REQUIRED_PACKAGES += data/docbook/docbook-dtds
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   103
REQUIRED_PACKAGES += data/docbook/docbook-style-dsssl
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   104
REQUIRED_PACKAGES += data/docbook/docbook-style-xsl
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   105
REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   106
REQUIRED_PACKAGES += developer/gnu-indent
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   107
REQUIRED_PACKAGES += library/desktop/at-spi2-atk
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   108
REQUIRED_PACKAGES += library/desktop/atk
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   109
REQUIRED_PACKAGES += library/desktop/cairo
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   110
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   111
REQUIRED_PACKAGES += library/desktop/gobject/gobject-introspection
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   112
REQUIRED_PACKAGES += library/desktop/librest
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   113
REQUIRED_PACKAGES += library/desktop/pango
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   114
REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   115
REQUIRED_PACKAGES += library/glib2
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   116
REQUIRED_PACKAGES += library/json-glib
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   117
REQUIRED_PACKAGES += library/print/cups-libs
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   118
REQUIRED_PACKAGES += print/cups
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   119
REQUIRED_PACKAGES += runtime/perl-522
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   120
REQUIRED_PACKAGES += runtime/python-27
6969
c033ca9bd950 24683392 input-method-cache service goes to maintenance due to fatal relocation errors
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6968
diff changeset
   121
REQUIRED_PACKAGES += service/opengl/ogl-select
6968
8acbeef80cf1 16513834 input-method-cache SMF action does not follow GTK3 update
Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
parents: 6676
diff changeset
   122
REQUIRED_PACKAGES += system/core-os
6215
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   123
REQUIRED_PACKAGES += system/library/fontconfig
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   124
REQUIRED_PACKAGES += system/library/freetype-2
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   125
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   126
REQUIRED_PACKAGES += system/library/math
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   127
REQUIRED_PACKAGES += x11/library/libepoxy
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   128
REQUIRED_PACKAGES += x11/library/libx11
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   129
REQUIRED_PACKAGES += x11/library/libxcomposite
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   130
REQUIRED_PACKAGES += x11/library/libxcursor
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   131
REQUIRED_PACKAGES += x11/library/libxdamage
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   132
REQUIRED_PACKAGES += x11/library/libxext
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   133
REQUIRED_PACKAGES += x11/library/libxfixes
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   134
REQUIRED_PACKAGES += x11/library/libxi
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   135
REQUIRED_PACKAGES += x11/library/libxinerama
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   136
REQUIRED_PACKAGES += x11/library/libxrandr
1f0767d254fe 23245320 Move gtk+-3 to Userland and update to 3.18.0
Niveditha Rau <Niveditha.Rau@Oracle.COM>
parents:
diff changeset
   137
REQUIRED_PACKAGES += x11/library/libxrender