From Alberto Luaces, "I have updated a bit the pkg-config system:
1. Install the .pc file for osgIntrospection only if it is compiled, instead of unconditionally. 2. New .pc file for osgQt, also created only if that library is actually compiled. "
This commit is contained in:
14
packaging/pkgconfig/openscenegraph-osgQt.pc.in
Normal file
14
packaging/pkgconfig/openscenegraph-osgQt.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-osgQt
|
||||
Description: osgQt utility library.
|
||||
Version: @OPENSCENEGRAPH_VERSION@
|
||||
Requires: openscenegraph-osgWidget openscenegraph-osgDB openscenegraph-osgUtil openscenegraph-osg openthreads
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -losgQt
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user