components/desktop/thunderbird/Makefile
author John Beck <John.Beck@Oracle.COM>
Mon, 08 Feb 2016 11:04:26 -0800
changeset 5415 9f594fa41da4
parent 5344 61c6ac904750
child 5527 611b2d6efdfe
permissions -rw-r--r--
22684325 do not publish thunderbird when BUILD_TYPE=evaluation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     1
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     3
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     7
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    12
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    18
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    20
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    21
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    22
#
5344
61c6ac904750 22590264 thunderbird build should specify bits and be more permissive
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5307
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    24
#
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    25
5256
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    26
# parfait is a bit unhappy (22527218)
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    27
export PARFAIT_BUILD=no
1c3e20e70cc3 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (disable parfait)
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 5255
diff changeset
    28
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    29
COMPILER =	gcc
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    30
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    31
include ../../../make-rules/shared-macros.mk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    32
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    33
COMPONENT_NAME=		thunderbird
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    34
COMPONENT_VERSION=	31.6.0
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    35
COMPONENT_PROJECT_URL=	http://www.mozilla.com/thunderbird
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    36
COMPONENT_SRC=		comm-esr31
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    37
COMPONENT_SRC_NAME =	$(COMPONENT_NAME)-$(COMPONENT_VERSION)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    38
COMPONENT_ARCHIVE=	$(COMPONENT_SRC_NAME).source.tar.bz2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    39
COMPONENT_ARCHIVE_HASH= \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    40
    sha256:ccbf8cbb740bc1b30ecf4fe39aab226607f9a41e23a07e994c508a90e8b70508
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    41
MOZILLA_FTP = 		http://ftp.mozilla.org/pub/mozilla.org/$(COMPONENT_NAME)/releases/$(COMPONENT_VERSION)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    42
COMPONENT_ARCHIVE_URL=	$(MOZILLA_FTP)/source/$(COMPONENT_ARCHIVE)
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    43
COMPONENT_BUGDB=	tbird/mailer
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    44
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    45
TPNO=			22326
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    46
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    47
# There are a set of .xpi files (as given in the LANG_LIST definition below)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    48
# that we need. These are available under:
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    49
# http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/31.6.0/linux-i686/xpi/
5258
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    50
# We could download and unpack them individually, but instead I've created
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    51
# a compressed tarball of them, and made that available locally for download.
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    52
# Downloading them individually can be a problem because firefox/thunderbird 
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    53
# collide due to different files with identical .xpi names. 
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    54
COMPONENT_ARCHIVE_1 =   thunderbird-31.6.0-xpi.tar.gz
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    55
COMPONENT_ARCHIVE_HASH_1 = \
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    56
    sha256:80e9cc4b152d75f5c3887c01ad1767680aff5ca7c3aee87254bdc1574590b95e
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
    57
COMPONENT_ARCHIVE_URL_1 =       $(INTERNAL_ARCHIVE_MIRROR)/source-archives/$(COMPONENT_ARCHIVE_1)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    58
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    59
LANG_LIST = ar bg ca cs da de el es-AR es-ES et eu fi \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    60
	fr gl he hu id is it ja ko lt nb-NO nl nn-NO pa-IN pl \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    61
	pt-BR pt-PT ro ru sk sl sq sv-SE tr uk zh-CN zh-TW
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    62
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    63
include $(WS_MAKE_RULES)/prep.mk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    64
include $(WS_MAKE_RULES)/configure.mk
5415
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    65
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    66
# Depends on libsmbclient but samba is on the do-not-publish list, so this
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    67
# must be too.
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    68
ifeq ($(BUILD_TYPE), evaluation)
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    69
BUILD_32=
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    70
INSTALL_32=
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    71
PUBLISH_STAMP=
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    72
endif
9f594fa41da4 22684325 do not publish thunderbird when BUILD_TYPE=evaluation
John Beck <John.Beck@Oracle.COM>
parents: 5344
diff changeset
    73
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    74
include $(WS_MAKE_RULES)/ips.mk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    75
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    76
# /usr/sbin needed for dtrace.
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    77
PATH =         /usr/gnu/bin:/usr/bin:/usr/sbin
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    78
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    79
MOZCONFIG =	$(BUILD_DIR_32)/mozconfig
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    80
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
    81
COMPONENT_PRE_CONFIGURE_ACTION += \
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    82
	echo "mk_add_options BUILD_OFFICIAL=1" > $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    83
	echo "mk_add_options MOZILLA_OFFICIAL=1" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    84
	echo "ac_add_options --prefix=/usr" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    85
	echo "ac_add_options --libdir=/usr/lib" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    86
	echo "ac_add_options --mandir=/usr/share/man" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    87
	echo "ac_add_options --disable-debug" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    88
	echo "ac_add_options --enable-optimize" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    89
	echo "ac_add_options --disable-tests" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    90
	echo "ac_add_options --with-system-libevent" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    91
	echo "ac_add_options --with-system-zlib" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    92
	echo "ac_add_options --with-system-bz2" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    93
	echo "ac_add_options --enable-system-ffi" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    94
	echo "ac_add_options --enable-system-sqlite" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    95
	echo "ac_add_options --enable-libxul" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    96
	echo "ac_add_options --enable-jemalloc" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    97
	echo "ac_add_options --enable-official-branding" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    98
	echo "ac_add_options --disable-updater" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
    99
	echo "ac_add_options --enable-update-packaging" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   100
	echo "ac_add_options --enable-ipc" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   101
	echo "ac_add_options --with-system-zlib" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   102
	echo "ac_add_options --with-system-bz2" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   103
	echo "ac_add_options --enable-gstreamer" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   104
	echo "ac_add_options --enable-system-pixman" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   105
	echo "ac_add_options --without-intl-api" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   106
	echo "ac_add_options --disable-crashreporter" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   107
	echo "ac_add_options --enable-debug-symbols=no" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   108
	echo "ac_add_options --enable-calendar" >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   109
        echo 'ac_add_options --with-rpath="\\\\\\$$\\$$ORIGIN"' >> $(MOZCONFIG) ; \
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   110
	echo "ac_add_options --enable-startup-notification" >> $(MOZCONFIG) ;
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   111
5344
61c6ac904750 22590264 thunderbird build should specify bits and be more permissive
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5307
diff changeset
   112
CXXFLAGS += 		-Wno-invalid-offsetof -fpermissive
61c6ac904750 22590264 thunderbird build should specify bits and be more permissive
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5307
diff changeset
   113
CC +=		$(CC_BITS)
61c6ac904750 22590264 thunderbird build should specify bits and be more permissive
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 5307
diff changeset
   114
CXX +=		$(CC_BITS)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   115
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   116
CONFIGURE_ENV +=	PKG_CONFIG_PATH=$(CONFIGURE_LIBDIR.$(BITS))/pkgconfig
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   117
CONFIGURE_ENV +=	OS_DEFINES="-D__USE_LEGACY_PROTOTYPES__"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   118
CONFIGURE_ENV +=	LDFLAGS="-z ignore"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   119
5307
7e9a56e73fc8 22556270 thunderbird bugdb component is wrong in the Makefile
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5258
diff changeset
   120
CONFIGURE_ENV +=	MOZCONFIG=$(MOZCONFIG)
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   121
CONFIGURE_ENV +=	"CC=$(CC)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   122
CONFIGURE_ENV +=	"CXX=$(CXX)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   123
CONFIGURE_ENV += 	"CFLAGS=$(CFLAGS)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   124
CONFIGURE_ENV +=	"CXXFLAGS=$(CXXFLAGS)"
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   125
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   126
# If the configure options are not explicitly set, then configure fails with:
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   127
# configure: warning: CC=/usr/gcc/4.8/bin/gcc: invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   128
# invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   129
# configure: warning: CXX=/usr/gcc/4.8/bin/gcc: invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   130
# invalid host type
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   131
# configure: error: can only configure for one host and one target at a time
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   132
CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   133
CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   134
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   135
COMPONENT_POST_BUILD_ACTION = \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   136
        (cd $(@D)/mail/installer ; $(ENV) $(COMPONENT_BUILD_ENV) \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   137
                $(GMAKE) $(COMPONENT_BUILD_ARGS) $(COMPONENT_BUILD_TARGETS))
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   138
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   139
COMPONENT_POST_INSTALL_ACTION += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   140
	$(CP) $(BUILD_DIR_32)/mozilla/dist/thunderbird/precomplete \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   141
		$(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/precomplete ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   142
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   143
COMPONENT_POST_INSTALL_ACTION += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   144
	$(CP) -r $(BUILD_DIR_32)/mozilla/dist/bin/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   145
		$(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103} ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   146
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   147
COMPONENT_POST_INSTALL_ACTION += \
5258
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
   148
        $(RM) -rf xpi ; \
b65b95ac3d37 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland (fix dependency/download)
Stacy Yeh <stacy.yeh@oracle.com>
parents: 5256
diff changeset
   149
        /usr/bin/tar xvf $(COMPONENT_ARCHIVE_1) > /dev/null 2>&1 ; \
5255
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   150
        list1='$(LANG_LIST)' ; for f in $$list1 ; do \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   151
            $(CP) xpi/$$f.xpi \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   152
                $(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/extensions/[email protected] ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   153
        done ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   154
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   155
LIB_LIST.i386 =
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   156
LIB_LIST.sparc = $(PROTOUSRLIBDIR)/thunderbird-devel-$(COMPONENT_VERSION)/sdk/lib/cpu/sparcv8plus/libnspr_flt4.so
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   157
LIB_LIST = $(LIB_LIST.$(MACH))
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   158
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   159
COMPONENT_POST_INSTALL_ACTION += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   160
	slist='$(LIB_LIST)' ; for f in $$slist ; do \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   161
	    $(MKDIR) $(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/cpu/sparcv8plus ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   162
	    $(CP) $$f $(PROTOUSRLIBDIR)/thunderbird-$(COMPONENT_VERSION)/cpu/sparcv8plus/libnspr_flt4.so ; \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   163
	done ;
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   164
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   165
ASLR_MODE =	$(ASLR_ENABLE)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   166
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   167
COMPONENT_TEST_DIR =    $(@D)/mozilla/js/src
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   168
COMPONENT_TEST_TARGETS=check-jit-test
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   169
COMPONENT_TEST_TRANSFORMS += \
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   170
        '-e "/\(^TEST-PASS\).*/d" '
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   171
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   172
configure:	$(CONFIGURE_32)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   173
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   174
build:          $(BUILD_32)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   175
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   176
install:        $(INSTALL_32)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   177
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   178
test:           $(TEST_32)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   179
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   180
system-test:    $(NO_TESTS)
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   181
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   182
REQUIRED_PACKAGES += compress/bzip2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   183
REQUIRED_PACKAGES += database/sqlite-3
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   184
REQUIRED_PACKAGES += library/desktop/atk
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   185
REQUIRED_PACKAGES += library/desktop/cairo
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   186
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   187
REQUIRED_PACKAGES += library/desktop/gtk2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   188
REQUIRED_PACKAGES += library/desktop/pango
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   189
REQUIRED_PACKAGES += library/glib2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   190
REQUIRED_PACKAGES += library/gnome/gnome-libs
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   191
REQUIRED_PACKAGES += library/graphics/pixman
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   192
REQUIRED_PACKAGES += library/libevent
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   193
REQUIRED_PACKAGES += library/libffi
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   194
REQUIRED_PACKAGES += library/samba/libsmbclient
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   195
REQUIRED_PACKAGES += library/zlib
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   196
REQUIRED_PACKAGES += system/library
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   197
REQUIRED_PACKAGES += system/library/gcc/gcc-c-runtime
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   198
REQUIRED_PACKAGES += system/library/gcc/gcc-c++-runtime
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   199
REQUIRED_PACKAGES += system/library/fontconfig
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   200
REQUIRED_PACKAGES += system/library/freetype-2
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   201
REQUIRED_PACKAGES += system/library/libdbus
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   202
REQUIRED_PACKAGES += system/library/libdbus-glib
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   203
REQUIRED_PACKAGES += system/library/math
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   204
REQUIRED_PACKAGES += x11/library/libx11
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   205
REQUIRED_PACKAGES += x11/library/libxext
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   206
REQUIRED_PACKAGES += x11/library/libxrender
cea0e462549a 22322082 Move Firefox/Thunderbird from Desktop consolidation to Userland
Stacy Yeh <stacy.yeh@oracle.com>
parents:
diff changeset
   207
REQUIRED_PACKAGES += x11/library/toolkit/libxt