X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=render%2Fobrender-3.0.pc.in;h=68e54cb78e01c0d20ea4d97e464c571c2216b66c;hb=dc6564619fdc9940a3d9db8528483c27f6bcb894;hp=11a9177b26189db3aaf5fd70edd3449b03bf1d08;hpb=bbc22b9870ba2a9e28452f78a0ec8d91a24b749e;p=chaz%2Fopenbox diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in index 11a9177b..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: -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}