all repos — openbox @ 637ba6cf5c4d1dbcb4b9f855d5b6aac357426c9f

openbox fork - make it a bit more like ryudo

cooler method
Dana Jansens danakj@orodu.net
commit

637ba6cf5c4d1dbcb4b9f855d5b6aac357426c9f

parent

568744d572c68c164492096f2fbe2ea3ae291170

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

jump to
M render/obrender-3.0.pc.inrender/obrender-3.0.pc.in

@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@

libdir=@libdir@ includedir=@includedir@ +xcflags=@X_CFLAGS@ +xlibs=@X_LIBS@ + Name: ObRender Description: Openbox Render Library Version: @VERSION@ Requires: obparser-3.0 glib-2.0 xft -Libs: -L${libdir} -lobrender -Cflags: -I${includedir}/openbox/@OB_VERSION@ +Libs: -L${libdir} -lobrender ${xlibs} +Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}