From: Dana Jansens Date: Thu, 28 Feb 2008 02:12:42 +0000 (-0500) Subject: set the right version in the new render and obt .pc files X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=da889f03658a97cae80b86b20d43ca66f77654f5 set the right version in the new render and obt .pc files --- diff --git a/obt/obt-4.0.pc.in b/obt/obt-4.0.pc.in index ee2a3f0a..840de161 100644 --- a/obt/obt-4.0.pc.in +++ b/obt/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} diff --git a/render/obrender-4.0.pc.in b/render/obrender-4.0.pc.in index 1b8b7ded..539606a4 100644 --- a/render/obrender-4.0.pc.in +++ b/render/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}