7aae8cc526
Set version stuff to 3.5.0-rc1. Copy the CHANGELOG from 3.4-working. Rename the obt-4.0 and obrender-4.0 pkgconfig stuff to obt-3.5 and obrender-3.5 Rename the "render" directory to "obrender" so that the public headers can be installed in <obrender/*>
14 lines
325 B
PkgConfig
14 lines
325 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
xcflags=@X_CFLAGS@
|
|
xlibs=@X_LIBS@
|
|
|
|
Name: ObRender
|
|
Description: Openbox Render Library
|
|
Version: @RR_VERSION@
|
|
Requires: obt-3.5 glib-2.0 xft pangoxft
|
|
Libs: -L${libdir} -lobrender ${xlibs}
|
|
Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}
|