xref: /haiku/src/add-ons/input_server/devices/easypen/Jamfile (revision 9ecf9d1c1d4888d341a6eac72112c72d1ae3a4cb)
1SubDir HAIKU_TOP src add-ons input_server devices easypen ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5UsePrivateHeaders input ;
6
7Addon <input>easypen : input_server/devices :
8	EasyPenInputDevice.cpp
9	: false
10	: be device input_server ;
11
12