Add an haiku_extras package.
Curerntly contains support for amiga RDB and Apple (PPC) partitionning systems, that is, things that might be useful, but not for most users, and was not part of the default package. Naming inspired from the Extras disk shipped with Amiga Workbench, for lack of a better idea. Change-Id: I57fb229806139939bc019e6c43b0aec7ea1f483a Reviewed-on: https://review.haiku-os.org/652 Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4abe18063a
commit
95e0ce2c0b
@@ -2,6 +2,7 @@
|
||||
# subdirectory.
|
||||
local packages = [ FFilterByBuildFeatures
|
||||
HaikuDevel
|
||||
HaikuExtras
|
||||
HaikuLoader
|
||||
HaikuSource
|
||||
HaikuUserguide
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
local architecture = $(HAIKU_PACKAGING_ARCHS[1]) ;
|
||||
|
||||
local extrasPackage = haiku_extras.hpkg ;
|
||||
HaikuPackage $(extrasPackage) ;
|
||||
|
||||
# kernel modules
|
||||
AddFilesToPackage add-ons kernel partitioning_systems
|
||||
: amiga_rdb@!m68k apple@!ppc ;
|
||||
|
||||
BuildHaikuPackage $(extrasPackage) : haiku_extras ;
|
||||
|
||||
@@ -19,6 +19,7 @@ local packages = [ FFilterByBuildFeatures
|
||||
|
||||
if $(HAIKU_IS_BOOTSTRAP) != 1 {
|
||||
packages += [ FFilterByBuildFeatures
|
||||
haiku_extras
|
||||
haiku_source
|
||||
haiku_userguide_ca
|
||||
haiku_userguide_de
|
||||
|
||||
Reference in New Issue
Block a user