Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 170681
Collapse All | Expand All

(-)libview-0.5.6.old/libview.pc.in (-3 / +4 lines)
Lines 1-9 Link Here
1
prefix=${prefix}
1
prefix=@prefix@
2
exec_prefix=${prefix}
2
libdir=${exec_prefix}/lib
3
libdir=${exec_prefix}/lib
3
includedir=${prefix}/include
4
includedir=${prefix}/include
4
5
5
Name: libview
6
Name: libview
6
Description: VMware's Incredibly Exciting Widgets for GTK+
7
Description: VMware's Incredibly Exciting Widgets for GTK+
7
Version: @VERSION@
8
Version: @VERSION@
8
Libs: -L${libdir} -lview @PACKAGE_LIBS@
9
Libs: -L${libdir} -lview @VIEW_LIBS@
9
Cflags: -I${includedir} @PACKAGE_CFLAGS@
10
Cflags: -I${includedir} @VIEW_CFLAGS@

Return to bug 170681