16 lines
393 B
PkgConfig
16 lines
393 B
PkgConfig
|
prefix=${pcfiledir}/../..
|
||
|
# pkg-config source file
|
||
|
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/../include
|
||
|
|
||
|
Name: openscenegraph-osgShadow
|
||
|
Description: Shadow techniques library for Openscenegraph
|
||
|
Version: 3.6.5
|
||
|
Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osg openthreads
|
||
|
Conflicts:
|
||
|
Libs: "-L${libdir}" -losgShadowd
|
||
|
Cflags: "-I${includedir}"
|
||
|
|