Skip to content
Snippets Groups Projects
Commit fbb7418e authored by Jim Mainprice's avatar Jim Mainprice
Browse files

[wip/spark-genom] add two options to compilation

        - niut : kinect support
        - beta_interface : work-around for Qt
parent 128e5231
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,27 @@ define PKG_OPTION_SET.oro
include ../../knowledge/liboro/depend.mk
endef
##
## Kinect niut module (Human localization)
##
PKG_SUPPORTED_OPTIONS+= niut
PKG_OPTION_DESCR.niut= Enable kinect/niut support
define PKG_OPTION_SET.niut
GENOM_ARGS+= -DNIUT
#include ../../wip/niut-genom/depend.mk
endef
##
## Interface (work-around the main thread limitation)
##
PKG_SUPPORTED_OPTIONS+= beta_interface
PKG_OPTION_DESCR.beta_interface = The Qt event loop is launched in a separate thread
define PKG_OPTION_SET.beta_interface
GENOM_ARGS+= -DBETA_INTERFACE
endef
#####################
GENOM_MODULE= spark
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment