File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#
22# Tcl package index file
33#
4- # On Tk 8.7 and higher, do a no-op load, as svg support is buildin.
4+ # On Tk 9.0 and higher, do a no-op load, as svg support is buildin.
55# As Tk may be loaded as a package, do the test on package require.
66# Note, that multiple Tk packages with different versions may be available.
77# The right Tk should be loaded before package require tksvg anyway.
88
99package ifneeded @PACKAGE_NAME@ @PACKAGE_VERSION@ \
10- " if {\[ package vcompare 8.7a0 \[ package require Tk\]\] == 1} {
10+ " if {\[ package vcompare 9.0a0 \[ package require Tk\]\] == 1} {
1111 [ list load [file join $dir @PKG_LIB_FILE@] [ string totitle @PACKAGE_NAME@] ]
1212 } else {
1313 package provide @PACKAGE_NAME@ @PACKAGE_VERSION@
You can’t perform that action at this time.
0 commit comments