X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fobrender-3.0.pc.in;h=68e54cb78e01c0d20ea4d97e464c571c2216b66c;hb=3499ea8397d21bbc6e930ea908e712c6098474ae;hp=ab908ac143e232d7b4c6ece6c591523b0de3e78c;hpb=c1b2fc5324522f74a14a5cfa210c95e1509a6e7f;p=chaz%2Fopenbox diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in index ab908ac1..68e54cb7 100644 --- a/render/obrender-3.0.pc.in +++ b/render/obrender-3.0.pc.in @@ -3,9 +3,15 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ 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 -Libs: -L${libdir} -lobrender -Cflags: -I${includedir}/openbox/@OB_VERSION@ +Requires: obparser-3.0 glib-2.0 xft pangoxft +Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs} +Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags}