2024-12-24 23:49:36 +00:00
|
|
|
prefix=${pcfiledir}/../..
|
2024-11-22 15:19:31 +00:00
|
|
|
# pkg-config source file
|
|
|
|
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: openscenegraph-osgWidget
|
|
|
|
Description: Windowing toolkit library for Openscenegraph
|
|
|
|
Version: 3.6.5
|
|
|
|
Requires: openscenegraph-osgText openscenegraph-osgViewer openscenegraph-osgDB openscenegraph-osgGA openscenegraph-osg openthreads
|
|
|
|
Conflicts:
|
2024-12-24 23:49:36 +00:00
|
|
|
Libs: "-L${libdir}" -losgWidget
|
|
|
|
Cflags: "-I${includedir}"
|
|
|
|
|