all repos — openbox @ b76926f666c11e5ad38a1893c37df30e7eac5679

openbox fork - make it a bit more like ryudo

add pango to the pkg-config file
Dana Jansens danakj@orodu.net
commit

b76926f666c11e5ad38a1893c37df30e7eac5679

parent

88348223db11dc8fef5e4d38c51588c2251a6134

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

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

@@ -6,9 +6,12 @@

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