]> Dogcows Code - chaz/openbox/commitdiff
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 ee2a3f0aab6327633e7e0e84fd4408744989ee07..840de1611fe7daf473f1dccbb78949028534a3e3 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 1b8b7ded7bce898d980114ef9d2f34aef9cfc290..539606a4f0a705b1ade9556a116f55e65fa49148 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}
This page took 0.027151 seconds and 4 git commands to generate.