mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Update of service files
This commit is contained in:
parent
e6cd097703
commit
7cf07fa506
@ -51,7 +51,13 @@ proc Visualization:depends { } {
|
|||||||
}
|
}
|
||||||
|
|
||||||
proc Visualization:acdepends { } {
|
proc Visualization:acdepends { } {
|
||||||
return [list X11 GL FREETYPE VTK]
|
set aList [list X11 GL FREETYPE]
|
||||||
|
|
||||||
|
if { "$::env(HAVE_VTK)" == "true" } {
|
||||||
|
lappend aList "VTK"
|
||||||
|
}
|
||||||
|
|
||||||
|
return $aList
|
||||||
}
|
}
|
||||||
|
|
||||||
;#
|
;#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user