added serial_mouse to the build
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10417 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2,4 +2,5 @@ SubDir OBOS_TOP src add-ons input_server devices ;
|
|||||||
|
|
||||||
SubInclude OBOS_TOP src add-ons input_server devices keyboard ;
|
SubInclude OBOS_TOP src add-ons input_server devices keyboard ;
|
||||||
SubInclude OBOS_TOP src add-ons input_server devices mouse ;
|
SubInclude OBOS_TOP src add-ons input_server devices mouse ;
|
||||||
|
SubInclude OBOS_TOP src add-ons input_server devices serial_mouse ;
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,18 @@
|
|||||||
|
SubDir OBOS_TOP src add-ons input_server devices serial_mouse ;
|
||||||
|
|
||||||
|
UsePrivateHeaders input ;
|
||||||
|
|
||||||
|
Addon <input>serial_mouse : input_server/devices :
|
||||||
|
MouseInputDevice.cpp
|
||||||
|
SerialMouse.cpp
|
||||||
|
: false
|
||||||
|
: be device <nogrist>input_server ;
|
||||||
|
|
||||||
|
if $(COMPILE_FOR_R5) {
|
||||||
|
} else {
|
||||||
|
LinkSharedOSLibs <input>mouse : <boot!home!config!lib>libopenbeos.so ;
|
||||||
|
}
|
||||||
|
|
||||||
|
Package haiku-inputkit-cvs :
|
||||||
|
<input>serial_mouse :
|
||||||
|
boot home config add-ons input_server devices ;
|
||||||
Reference in New Issue
Block a user