2018-11-02 11:27:03 +03:00
|
|
|
local architecture = $(HAIKU_PACKAGING_ARCHS[1]) ;
|
|
|
|
|
|
|
|
local extrasPackage = haiku_extras.hpkg ;
|
|
|
|
HaikuPackage $(extrasPackage) ;
|
|
|
|
|
2021-09-28 17:37:24 +03:00
|
|
|
## Driver Oddities
|
|
|
|
|
2018-11-02 11:27:03 +03:00
|
|
|
# kernel modules
|
|
|
|
AddFilesToPackage add-ons kernel partitioning_systems
|
2020-05-16 16:04:32 +03:00
|
|
|
: amiga_rdb@!m68k apple@!ppc sun@!sparc ;
|
2018-11-02 11:27:03 +03:00
|
|
|
|
2019-05-02 17:56:50 +03:00
|
|
|
|
2021-09-28 17:37:24 +03:00
|
|
|
## Visual Oddities
|
|
|
|
|
|
|
|
# MacDecorator WinDecorator need improved stack and tile support
|
|
|
|
|
|
|
|
# Control Looks
|
|
|
|
AddFilesToPackage add-ons control_look : BeControlLook FlatControlLook ;
|
2018-11-02 11:27:03 +03:00
|
|
|
|
2021-09-28 17:37:24 +03:00
|
|
|
# Decorators
|
|
|
|
AddFilesToPackage add-ons decorators : BeDecorator FlatDecorator ;
|
|
|
|
|
|
|
|
|
|
|
|
BuildHaikuPackage $(extrasPackage) : haiku_extras ;
|