all repos — openbox @ da889f03658a97cae80b86b20d43ca66f77654f5

openbox fork - make it a bit more like ryudo

set the right version in the new render and obt .pc files
Dana Jansens danakj@orodu.net
commit

da889f03658a97cae80b86b20d43ca66f77654f5

parent

deb5ef6243a14dcecdfbaa8a7962041d76c0177a

2 files changed, 4 insertions(+), 4 deletions(-)

jump to
M obt/obt-4.0.pc.inobt/obt-4.0.pc.in

@@ -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}
M render/obrender-4.0.pc.inrender/obrender-4.0.pc.in

@@ -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}