add pango to the pkg-config file
Dana Jansens danakj@orodu.net
1 files changed,
6 insertions(+),
3 deletions(-)
jump to
M
render/obrender-3.0.pc.in
→
render/obrender-3.0.pc.in
@@ -6,9 +6,12 @@
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}