haiku/build/jam/packages/HaikuExtras
François Revol 26b5a18eb0 Add a BeControlLook addon
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>
2019-05-13 22:15:30 +00:00

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 ;