Private
Public Access
2
0

npm: add firmata & imraa support to npm

mraa_LIB_PLAT_SRCS_NOAUTO no longer used for firmata unlike USBPLAT but
mraa_LIB_SRCS_NOAUTO and this is now loaded before the standard src files for
mraa. The package still needs to be generated with IMRAA & FIRMATA enabled for
this to work.

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-03-23 17:00:43 +00:00
parent 49ab97f81c
commit 63a29e92ea
3 changed files with 9 additions and 7 deletions

View File

@@ -28,6 +28,8 @@
],
'defines' : [ 'SWIG',
'SWIGJAVASCRIPT',
'IMRAA=ON',
'FIRMATA=ON',
'BUILDING_NODE_EXTENSION=1',
'SWIG_V8_VERSION=0x0<(v8_version)',
'V8_VERSION=0x0<(v8_version)'