16 lines
287 B
PkgConfig
16 lines
287 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
# pkg-config source file
|
||
|
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/../include
|
||
|
|
||
|
Name: openscenegraph-osg
|
||
|
Description: 3D scenegraph
|
||
|
Version: 3.6.5
|
||
|
Requires: openthreads
|
||
|
Conflicts:
|
||
|
Libs: "-L${libdir}" -losgd
|
||
|
Cflags: "-I${includedir}"
|
||
|
|