xref: /haiku/build/jam/packages/HaikuExtras (revision a56c73f9ff906aead0317a81c8cc41ffb349b315)
195e0ce2cSAdrien Destugueslocal architecture = $(HAIKU_PACKAGING_ARCHS[1]) ;
295e0ce2cSAdrien Destugues
395e0ce2cSAdrien Destugueslocal extrasPackage = haiku_extras.hpkg ;
495e0ce2cSAdrien DestuguesHaikuPackage $(extrasPackage) ;
595e0ce2cSAdrien Destugues
6*a56c73f9Snhtello## Driver Oddities
7*a56c73f9Snhtello
895e0ce2cSAdrien Destugues# kernel modules
995e0ce2cSAdrien DestuguesAddFilesToPackage add-ons kernel partitioning_systems
1068ea0124SAdrien Destugues	: amiga_rdb@!m68k apple@!ppc sun@!sparc ;
1195e0ce2cSAdrien Destugues
12*a56c73f9Snhtello
13*a56c73f9Snhtello## Visual Oddities
14*a56c73f9Snhtello
15*a56c73f9Snhtello# MacDecorator WinDecorator need improved stack and tile support
16*a56c73f9Snhtello
17*a56c73f9Snhtello# Control Looks
18*a56c73f9SnhtelloAddFilesToPackage add-ons control_look : BeControlLook FlatControlLook ;
19*a56c73f9Snhtello
20*a56c73f9Snhtello# Decorators
21*a56c73f9SnhtelloAddFilesToPackage add-ons decorators : BeDecorator FlatDecorator ;
22*a56c73f9Snhtello
2326b5a18eSFrançois Revol
2495e0ce2cSAdrien DestuguesBuildHaikuPackage $(extrasPackage) : haiku_extras ;
25