set the right version in the new render and obt .pc files
authorDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 02:12:42 +0000 (21:12 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Feb 2008 02:13:45 +0000 (21:13 -0500)
obt/obt-4.0.pc.in
render/obrender-4.0.pc.in

index ee2a3f0..840de16 100644 (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}
index 1b8b7de..539606a 100644 (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}