157 |
,'tk' |
,'tk' |
158 |
) |
) |
159 |
|
|
160 |
|
# Static linking to TkTable |
161 |
|
|
162 |
|
opts.Add(BoolOption( |
163 |
|
'STATIC_TKTABLE' |
164 |
|
,'Use static linking to TkTable or not' |
165 |
|
,False |
166 |
|
)) |
167 |
|
|
168 |
|
opts.Add(PackageOption( |
169 |
|
'TKTABLE_LIBPATH' |
170 |
|
,'Location of TkTable static library' |
171 |
|
,'off' |
172 |
|
)) |
173 |
|
|
174 |
|
opts.Add( |
175 |
|
'TKTABLE_LIB' |
176 |
|
,'Name of TkTable static library (excluding suffix/prefix, eg libtktable2.8.so -> tktable2.8)' |
177 |
|
,'Tktable2.8' |
178 |
|
) |
179 |
|
|
180 |
opts.Add( |
opts.Add( |
181 |
'INSTALL_PREFIX' |
'INSTALL_PREFIX' |
182 |
,'Root location for installed files' |
,'Root location for installed files' |