Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91526 | Differences between
and this patch

Collapse All | Expand All

(-)f3881ded613b (+14 lines)
Added Link Here
1
# pkg-config source file
2
3
prefix=/usr
4
exec_prefix=${prefix}
5
libdir=${exec_prefix}/lib
6
includedir=${prefix}/include
7
8
Name: openscenegraph
9
Description: 3D scenegraph
10
Version: 2.0.0
11
Requires: openthreads
12
Conflicts:
13
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgViewer
14
Cflags: -I${includedir}
(-)f3881ded613b (+14 lines)
Added Link Here
1
# pkg-config source file
2
3
prefix=/usr
4
exec_prefix=${prefix}
5
libdir=${exec_prefix}/lib
6
includedir=${prefix}/include
7
8
Name: openthreads
9
Description: Object-Oriented (OO) thread interface for C++ programmers
10
Version: 2.0.0
11
Requires:
12
Conflicts:
13
Libs: -L${libdir} -lOpenThreads
14
Cflags: -I${includedir}

Return to bug 91526