Bug 363108: patcher2.pl --build-tools pulls from the trunk. This is bad for a number of reasons. This is a stop-gap measure to get --build-tools working again after the cairo/svg landing and the dbus landing. patch=tfullhart. r=preed.

This commit is contained in:
preed%mozilla.com 2006-12-09 02:47:38 +00:00
Родитель 9b37ee58cf
Коммит 7e02d14e73
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -194,6 +194,9 @@ sub BuildTools {
$mozconfig = "mk_add_options MOZ_CO_PROJECT=tools/update-packaging\n";
$mozconfig .= "ac_add_options --enable-application=tools/update-packaging\n";
# these aren't required and introduce more dependencies
$mozconfig .= "ac_add_options --disable-dbus\n";
$mozconfig .= "ac_add_options --disable-svg\n";
# This is necessary because PANGO'S NOW A DEPENDANCY! WHEEEEEE.
# (but update packaging doesn't need it)
$mozconfig .= "ac_add_options --enable-default-toolkit=gtk2\n";