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}