diff --git a/packaging/pkgconfig/openscenegraph-osg.pc.in b/packaging/pkgconfig/openscenegraph-osg.pc.in new file mode 100644 index 000000000..83d2bf090 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osg.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osg +Description: 3D scenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openthreads +Conflicts: +Libs: -L${libdir} -losg +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgAnimation.pc.in b/packaging/pkgconfig/openscenegraph-osgAnimation.pc.in new file mode 100644 index 000000000..7447edb09 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgAnimation.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgAnimation +Description: Skinning and morphing library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgAnimation +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgDB.pc.in b/packaging/pkgconfig/openscenegraph-osgDB.pc.in new file mode 100644 index 000000000..7a7825997 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgDB.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgDB +Description: File format reading library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgDB +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgFX.pc.in b/packaging/pkgconfig/openscenegraph-osgFX.pc.in new file mode 100644 index 000000000..ffbf22fb3 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgFX.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgFX +Description: Special effects library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgFX +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgGA.pc.in b/packaging/pkgconfig/openscenegraph-osgGA.pc.in new file mode 100644 index 000000000..e6a915cb6 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgGA.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgGA +Description: GUI event library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgGA +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in b/packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in new file mode 100644 index 000000000..57f8fa199 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgIntrospection +Description: Introspection library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgIntrospection +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgManipulator.pc.in b/packaging/pkgconfig/openscenegraph-osgManipulator.pc.in new file mode 100644 index 000000000..30549fbe6 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgManipulator.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgManipulator +Description: Manipulator library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgUtil openscenegraph-osgGA openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgManipulator +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgParticle.pc.in b/packaging/pkgconfig/openscenegraph-osgParticle.pc.in new file mode 100644 index 000000000..8bd0f44cb --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgParticle.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgParticle +Description: Particle system library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgParticle +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgShadow.pc.in b/packaging/pkgconfig/openscenegraph-osgShadow.pc.in new file mode 100644 index 000000000..f4c32a467 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgShadow.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgShadow +Description: Shadow techniques library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgShadow +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgSim.pc.in b/packaging/pkgconfig/openscenegraph-osgSim.pc.in new file mode 100644 index 000000000..de2354cb5 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgSim.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgSim +Description: Simulator utility library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgText openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgSim +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgTerrain.pc.in b/packaging/pkgconfig/openscenegraph-osgTerrain.pc.in new file mode 100644 index 000000000..47ca61e4e --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgTerrain.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgTerrain +Description: Terrain library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgTerrain +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgText.pc.in b/packaging/pkgconfig/openscenegraph-osgText.pc.in new file mode 100644 index 000000000..7d67b51bb --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgText.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgText +Description: Text rendering library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgDB openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgText +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgUtil.pc.in b/packaging/pkgconfig/openscenegraph-osgUtil.pc.in new file mode 100644 index 000000000..129f97d19 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgUtil.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgUtil +Description: Utility library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgUtil +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgViewer.pc.in b/packaging/pkgconfig/openscenegraph-osgViewer.pc.in new file mode 100644 index 000000000..b7c5b80e5 --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgViewer.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgViewer +Description: Windowing system setup, thread scene manager library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgText openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osgGA openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgViewer +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgVolume.pc.in b/packaging/pkgconfig/openscenegraph-osgVolume.pc.in new file mode 100644 index 000000000..6166bdb8c --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgVolume.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgVolume +Description: Volume library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgUtil openscenegraph-osgDB openscenegraph-osgGA openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgVolume +Cflags: -I${includedir} diff --git a/packaging/pkgconfig/openscenegraph-osgWidget.pc.in b/packaging/pkgconfig/openscenegraph-osgWidget.pc.in new file mode 100644 index 000000000..e136527ba --- /dev/null +++ b/packaging/pkgconfig/openscenegraph-osgWidget.pc.in @@ -0,0 +1,14 @@ +# pkg-config source file + +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +libdir=${exec_prefix}/lib@LIB_POSTFIX@ +includedir=${prefix}/include + +Name: openscenegraph-osgWidget +Description: Windowing toolkit library for Openscenegraph +Version: @OPENSCENEGRAPH_VERSION@ +Requires: openscenegraph-osgText openscenegraph-osgViewer openscenegraph-osgDB openscenegraph-osgGA openscenegraph-osg openthreads +Conflicts: +Libs: -L${libdir} -losgWidget +Cflags: -I${includedir}