make the obt .pc file do -lobt, not -lobrender
This commit is contained in:
parent
aeac3b735b
commit
3f5403a916
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ Name: Obt
|
||||||
Description: Openbox Toolkit Library
|
Description: Openbox Toolkit Library
|
||||||
Version: @OBT_VERSION@
|
Version: @OBT_VERSION@
|
||||||
Requires: glib-2.0
|
Requires: glib-2.0
|
||||||
Libs: -L${libdir} -lobrender ${xlibs}
|
Libs: -L${libdir} -lobt ${xlibs}
|
||||||
Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}
|
Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}
|
||||||
|
|
Loading…
Reference in a new issue