all repos — openbox @ fb1d6d9e468f66c047c80b8f4bd66a9f270c624a

openbox fork - make it a bit more like ryudo

Bug 3359 - redundant pango flags
Dana Jansens danakj@orodu.net
commit

fb1d6d9e468f66c047c80b8f4bd66a9f270c624a

parent

0ce14a727968736e57fb3fabba3794b46903875f

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

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

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

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 pangoxft -Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs} -Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags} +Libs: -L${libdir} -lobrender ${xlibs} +Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}