set the right version in the new render and obt .pc files

This commit is contained in:
Dana Jansens 2008-02-27 21:12:42 -05:00
parent deb5ef6243
commit da889f0365
2 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ xlibs=@X_LIBS@
Name: Obt
Description: Openbox Toolkit Library
Version: @VERSION@
Version: @OBT_VERSION@
Requires: glib-2.0
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}

View file

@ -8,7 +8,7 @@ xlibs=@X_LIBS@
Name: ObRender
Description: Openbox Render Library
Version: @VERSION@
Version: @RR_VERSION@
Requires: obt-4.0 glib-2.0 xft pangoxft
Libs: -L${libdir} -lobrender ${xlibs}
Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
Cflags: -I${includedir}/openbox/@RR_VERSION@ ${xcflags}