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:
@@ -10,7 +10,6 @@ OptionalPackageDependencies BeHappy : BeBook NetSurf ;
|
|||||||
OptionalPackageDependencies Development : DevelopmentBase Perl ;
|
OptionalPackageDependencies Development : DevelopmentBase Perl ;
|
||||||
OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ;
|
OptionalPackageDependencies DevelopmentBase : CDRecord DevelopmentMin Yasm ;
|
||||||
OptionalPackageDependencies ICU-devel : Development ;
|
OptionalPackageDependencies ICU-devel : Development ;
|
||||||
OptionalPackageDependencies Firefox : BeZillaBrowser ;
|
|
||||||
OptionalPackageDependencies LibLayout : DevelopmentBase ;
|
OptionalPackageDependencies LibLayout : DevelopmentBase ;
|
||||||
OptionalPackageDependencies NetSurf : OpenSSL Curl LibXML2 LibIconv ;
|
OptionalPackageDependencies NetSurf : OpenSSL Curl LibXML2 LibIconv ;
|
||||||
OptionalPackageDependencies OpenSSH : OpenSSL ;
|
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,...)
|
# DevelopmentBase - basic development environment (gcc, headers, libs,...)
|
||||||
# DevelopmentMin - development headers, libs, tools, from sources only
|
# DevelopmentMin - development headers, libs, tools, from sources only
|
||||||
# Expat - XML parsing libraries
|
# Expat - XML parsing libraries
|
||||||
# Firefox - the webbrowser NOTE: will be removed soon.
|
|
||||||
# Git - the distributed version control system
|
# Git - the distributed version control system
|
||||||
# ICU-devel - the headers for ICU (for development)
|
# ICU-devel - the headers for ICU (for development)
|
||||||
# KeymapSwitcher - Desktop utility
|
# 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
|
# Git
|
||||||
if [ IsOptionalHaikuImagePackageAdded Git ] {
|
if [ IsOptionalHaikuImagePackageAdded Git ] {
|
||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
|||||||
Reference in New Issue
Block a user