From b76926f666c11e5ad38a1893c37df30e7eac5679 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 18 May 2007 00:55:05 +0000 Subject: [PATCH] add pango to the pkg-config file --- render/obrender-3.0.pc.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in index 12fc7012..68e54cb7 100644 --- a/render/obrender-3.0.pc.in +++ b/render/obrender-3.0.pc.in @@ -6,9 +6,12 @@ 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 -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} -- 2.39.2