hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
64 stars 63 forks source link

HHVM depends on libvpx1 so the package should also depend on it #131

Closed bauerj closed 9 years ago

bauerj commented 9 years ago

HHVM won't run without libvpx1 installed: see #130.

HHVM packages depend on the libgd3 package, which in turn depends on the libvpx1 package so nobody noticed this missing dependency. As it's not guaranteed (and likely to change in the near future as libvpx2 will succeed libvpx1) that this dependency chain keeps this way, HHVM's package should directly depend on libvpx1 for now.

jwatzman commented 9 years ago

Thanks!