From fbf40969cacf70962705bfcbb3f1fb4c7af8d6ff Mon Sep 17 00:00:00 2001
From: Severin Lemaignan <slemaign@laas.fr>
Date: Wed, 22 Sep 2010 14:19:04 +0200
Subject: [PATCH] [wip/mhp-genom] Small updates to the mhp-genom packages.
 Mostly dependencies.

Actually, mhp-genom doesn't compile because of some issue with xforms (it complains
it can not find fl_initialize symbol.
It was mostly tested against xforms-1.0.90, and Fedora 12/13 installs xforms-1.0.92.
It's maybe the reason.
---
 mhp-genom/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/mhp-genom/Makefile b/mhp-genom/Makefile
index bbb15b0e..0ba21fd9 100644
--- a/mhp-genom/Makefile
+++ b/mhp-genom/Makefile
@@ -45,6 +45,8 @@ define PKG_OPTION_SET.jido
   include ../../math/gbM/depend.mk
   include ../../wip/lwr-genom/depend.mk
   include ../../image/viman-genom/depend.mk
+  include ../../localization/mocap-genom/depend.mk
+  include ../../wip/gest-genom/depend.mk
 endef
 
 ##
@@ -79,6 +81,8 @@ REQD_BUILD_OPTIONS.BioMove3D:=	jido
 #Hack to set the Move3D path for mhp-genom/codels/Makefile
 MAKE_ENV+= MOVE3D=${PREFIX.BioMove3D}/include/BioMove3D
 
+include ../../wip/sysdep/xforms.mk
+
 include ../../wip/BioMove3D/depend.mk
 
 include ../../architecture/genom/depend.mk
-- 
GitLab