set the right version in the new render and obt .pc files
This commit is contained in:
parent
deb5ef6243
commit
da889f0365
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue