Skip to content
Snippets Groups Projects
Commit 7de35866 authored by Séverin Lemaignan's avatar Séverin Lemaignan
Browse files

[wip/spark-genom] Reverting commit fbb7418e (nuit and beta-interface options)

These two options are simply not available in spark-3.0 (the packaged version). I don't know why they
have been added to the package.
parent d38aefb5
No related branches found
No related tags found
No related merge requests found
......@@ -77,27 +77,6 @@ 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 ../../image/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