зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
5b8724f301
Коммит
142e738a5b
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче