26b5a18eb0
Very simple for now, just reuses the Haiku one with some gradients removed. Add it to the haiku_extras package. Change-Id: I41729ed65b147fed72bf56e7c5c89367b75563bb Reviewed-on: https://review.haiku-os.org/c/1431 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
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 ;
|
|
|
|
AddFilesToPackage add-ons control_look : BeControlLook ;
|
|
|
|
BuildHaikuPackage $(extrasPackage) : haiku_extras ;
|
|
|