Removed the optional package "Firefox". People building their own images may
need to edit their UserBuildConfig to use "BeZillaBrowser". git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35808 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
269b77069d
commit
6a9a6885e5
@ -10,7 +10,6 @@ OptionalPackageDependencies BeHappy : BeBook NetSurf ;
|
||||
OptionalPackageDependencies Development : DevelopmentBase Perl ;
|
||||
OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ;
|
||||
OptionalPackageDependencies ICU-devel : Development ;
|
||||
OptionalPackageDependencies Firefox : BeZillaBrowser ;
|
||||
OptionalPackageDependencies LibLayout : DevelopmentBase ;
|
||||
OptionalPackageDependencies NetSurf : OpenSSL Curl LibXML2 LibIconv ;
|
||||
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
||||
|
@ -33,7 +33,6 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
||||
# DevelopmentBase - basic development environment (gcc, headers, libs,...)
|
||||
# DevelopmentMin - development headers, libs, tools, from sources only
|
||||
# Expat - XML parsing libraries
|
||||
# Firefox - the webbrowser NOTE: will be removed soon.
|
||||
# Git - the distributed version control system
|
||||
# ICU-devel - the headers for ICU (for development)
|
||||
# KeymapSwitcher - Desktop utility
|
||||
@ -549,13 +548,6 @@ if [ IsOptionalHaikuImagePackageAdded Expat ] {
|
||||
}
|
||||
|
||||
|
||||
# Firefox web browser
|
||||
if [ IsOptionalHaikuImagePackageAdded Firefox ] {
|
||||
Echo "Warning: The optional package Firefox is being replaced with"
|
||||
"BeZillaBrowser" ;
|
||||
}
|
||||
|
||||
|
||||
# Git
|
||||
if [ IsOptionalHaikuImagePackageAdded Git ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
|
Loading…
Reference in New Issue
Block a user