Removed .pc files as they are now automatically generated with the correct values by Cmake from the openthreads.pc.in and openscenegraph.pc.in files.
This commit is contained in:
parent
c898bc0ce7
commit
e02ef22062
@ -1,14 +0,0 @@
|
||||
# pkg-config source file
|
||||
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: openscenegraph
|
||||
Description: 3D scenegraph
|
||||
Version: 2.7.9
|
||||
Requires: openthreads
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer -losgWidget -losgShadow -losgAnimation -losgVolume
|
||||
Cflags: -I${includedir}
|
@ -1,14 +0,0 @@
|
||||
# pkg-config source file
|
||||
|
||||
prefix=/usr/local
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: openthreads
|
||||
Description: Object-Oriented (OO) thread interface for C++ programmers
|
||||
Version: 2.3.1
|
||||
Requires:
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -lOpenThreads
|
||||
Cflags: -I${includedir}
|
Loading…
Reference in New Issue
Block a user