14 lines
295 B
PkgConfig
Executable File
14 lines
295 B
PkgConfig
Executable File
prefix=/opt/trendchip/mips-linux-glibc-4.9.3/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Python
|
|
Description: Python library
|
|
Requires:
|
|
Version: 2.7
|
|
Libs.private: -lpthread -ldl -lutil
|
|
Libs: -L${libdir} -lpython2.7
|
|
Cflags: -I${includedir}/python2.7
|
|
|