mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1022686: Don't pull libIDL for |mach bootstrap|, it's unused since bug 687766. r=gps
This commit is contained in:
parent
633da5d8cc
commit
3dbc35fade
@ -19,7 +19,6 @@ class OpenBSDBootstrapper(BaseBootstrapper):
|
||||
'dbus-glib',
|
||||
'gstreamer-plugins-base',
|
||||
'pulseaudio',
|
||||
'libIDL',
|
||||
'gmake',
|
||||
'gtar',
|
||||
'wget',
|
||||
|
@ -303,7 +303,6 @@ class OSXBootstrapper(BaseBootstrapper):
|
||||
packages = ['python27',
|
||||
'mercurial',
|
||||
'yasm',
|
||||
'libidl',
|
||||
'autoconf213']
|
||||
|
||||
missing = [package for package in packages if package not in installed]
|
||||
|
Loading…
Reference in New Issue
Block a user