added keymap and keymaps to the input package
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9238 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6336159bbb
commit
3b68aa7eb1
@ -5,6 +5,10 @@ BinCommand keymap :
|
||||
Keymap.cpp
|
||||
: be ;
|
||||
|
||||
Package haiku-inputkit-cvs :
|
||||
keymap :
|
||||
boot home config bin ;
|
||||
|
||||
rule MkKeymapComp
|
||||
{
|
||||
local binary = $(1) ;
|
||||
@ -31,4 +35,6 @@ local keymapFile ;
|
||||
for keymapFile in [ FGristFiles $(keymapFiles:D=) ] {
|
||||
local binary = $(keymapFile:BG=keymap) ;
|
||||
MkKeymapComp $(binary) : $(keymapFile) ;
|
||||
Package haiku-inputkit-cvs : $(binary) : boot home config settings Keymap ;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user