From: Dana Jansens Date: Fri, 11 Jan 2008 19:48:21 +0000 (-0500) Subject: Bug 3359 - redundant pango flags X-Git-Tag: buttons~43 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=fb1d6d9e468f66c047c80b8f4bd66a9f270c624a Bug 3359 - redundant pango flags --- diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in index 68e54cb..ebb17ef 100644 --- a/render/obrender-3.0.pc.in +++ b/render/obrender-3.0.pc.in @@ -6,12 +6,9 @@ includedir=@includedir@ 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}