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
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)
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)