bbc22b9870
add versioning for the libraries and pkgconfig files for them.
11 lines
238 B
PkgConfig
11 lines
238 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: ObRender
|
|
Description: Openbox Render Library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lobrender
|
|
Cflags: -I${includedir}/openbox/@OB_VERSION@
|