]> Dogcows Code - chaz/openbox/commitdiff
add pango to the pkg-config file
authorDana Jansens <danakj@orodu.net>
Fri, 18 May 2007 00:55:05 +0000 (00:55 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 18 May 2007 00:55:05 +0000 (00:55 +0000)
render/obrender-3.0.pc.in

index 12fc70125a52e1233877c9b846fe23bb9acbdfef..68e54cb78e01c0d20ea4d97e464c571c2216b66c 100644 (file)
@@ -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}
This page took 0.021287 seconds and 4 git commands to generate.