From da889f03658a97cae80b86b20d43ca66f77654f5 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 27 Feb 2008 21:12:42 -0500 Subject: [PATCH] set the right version in the new render and obt .pc files --- obt/obt-4.0.pc.in | 4 ++-- render/obrender-4.0.pc.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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} -- 2.39.2