fc9a2f95ea
- DevelopmentMin: Contains only the stuff that comes with the source tree. - DevelopmentBase: DevelopmentMin + common development tools (gcc, binutils, bison, yacc,...) -- basically everything needed to build Haiku from the sources. - Development: DevelopmentBase + Perl + autotools -- the porters' tools. * Moved "make" from the base image to the DevelopmentMin package. It should really be removed from the tree completely and be available as download package instead... someday. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30249 a95241bf-73f2-0310-859d-f6bbb57e9c96
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
# package dependencies
|
|
#
|
|
# For transitive dependencies dependants should be listed before their
|
|
# dependencies.
|
|
|
|
OptionalPackageDependencies APR-util : APR ;
|
|
OptionalPackageDependencies BeHappy : BeBook NetSurf ;
|
|
OptionalPackageDependencies Development : DevelopmentBase Perl ;
|
|
OptionalPackageDependencies DevelopmentBase : DevelopmentMin Yasm ;
|
|
OptionalPackageDependencies LibLayout : DevelopmentBase ;
|
|
OptionalPackageDependencies NetSurf : OpenSSL ;
|
|
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
|
OptionalPackageDependencies Subversion : OpenSSL ;
|