add padding function to imgScalePadding()
This commit is contained in:
15
.CondaPkg/env/lib/pkgconfig/tcl.pc
vendored
Normal file
15
.CondaPkg/env/lib/pkgconfig/tcl.pc
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# tcl pkg-config source file
|
||||
|
||||
prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
|
||||
exec_prefix=/root/.julia/dev/ImageUtils/.CondaPkg/env
|
||||
libdir=/root/.julia/dev/ImageUtils/.CondaPkg/env/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Tool Command Language
|
||||
Description: Tcl is a powerful, easy-to-learn dynamic programming language, suitable for a wide range of uses.
|
||||
URL: https://www.tcl-tk.org/
|
||||
Version: 8.6.12
|
||||
Requires.private: zlib >= 1.2.3
|
||||
Libs: -L${libdir} -ltcl8.6 -ltclstub8.6
|
||||
Libs.private: -ldl -lz -lpthread -lm
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user