From Alberto Luacas, separate pkg-config .pc files
This commit is contained in:
parent
cfdccbfed6
commit
bda10e476b
14
packaging/pkgconfig/openscenegraph-osg.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osg.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgAnimation.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgAnimation.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgDB.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgDB.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgFX.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgFX.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgGA.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgGA.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgIntrospection.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgManipulator.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgManipulator.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgParticle.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgParticle.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgShadow.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgShadow.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgSim.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgSim.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgTerrain.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgTerrain.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgText.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgText.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgUtil.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgUtil.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgViewer.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgViewer.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgVolume.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgVolume.pc.in
Normal file
@ -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}
|
14
packaging/pkgconfig/openscenegraph-osgWidget.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgWidget.pc.in
Normal file
@ -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}
|
Loading…
Reference in New Issue
Block a user