all repos — openbox @ 3f5403a916c73679a3f225fc1e6d8591a08a178d

openbox fork - make it a bit more like ryudo

make the obt .pc file do -lobt, not -lobrender
Dana Jansens danakj@orodu.net
commit

3f5403a916c73679a3f225fc1e6d8591a08a178d

parent

aeac3b735bf4caf7c014c58c1271b2cbe5aedd80

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M obt/obt-3.5.pc.inobt/obt-3.5.pc.in

@@ -10,5 +10,5 @@ Name: Obt

Description: Openbox Toolkit Library Version: @OBT_VERSION@ Requires: glib-2.0 -Libs: -L${libdir} -lobrender ${xlibs} +Libs: -L${libdir} -lobt ${xlibs} Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}