move-vrml-vis
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Fri, 6 May 2011 13:52:41 +0000 (14:52 +0100)
committerAdam C. Powell, IV <hazelsct@debian.org>
Fri, 6 May 2011 13:52:41 +0000 (14:52 +0100)
Move TKVRML module from DataExchange_PKGS into Visualization_PKGS

It is listed first and so does not depend on other data exchange packages,
while it depends on visualization packages, so it does better fit there.

Gbp-Pq: Name move-vrml-vis.patch

ros/adm/make/Makefile.am

index 101810aeb554f6457fd96f6923ec061a6abbe20c..5c600aab967dbc60f7a530a636429bb0fb36d54e 100644 (file)
@@ -19,7 +19,7 @@ else
   ModelingAlgorithms_DIRS = 
 endif
 
-Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel 
+Visualization_PKGS = TKService TKV2d TKV3d TKOpenGl TKMeshVS TKNIS TKVoxel TKVRML
 
 if ENABLE_VIS
   Visualization_DIRS = $(Visualization_PKGS)
@@ -35,7 +35,7 @@ else
   ApplicationFramework_DIRS = 
 endif
 
-DataExchange_PKGS = TKVRML TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP 
+DataExchange_PKGS = TKXCAF TKSTL TKXSBase TKXCAFSchema TKXmlXCAF TKBinXCAF TKSTEPBase TKIGES TKSTEPAttr TKSTEP209 TKXDEIGES TKSTEP TKXDESTEP 
 
 if ENABLE_DE
   DataExchange_DIRS = $(DataExchange_PKGS)