]> Dogcows Code - chaz/openbox/blobdiff - render/obrender-3.0.pc.in
get rid of the plate window
[chaz/openbox] / render / obrender-3.0.pc.in
index ab908ac143e232d7b4c6ece6c591523b0de3e78c..68e54cb78e01c0d20ea4d97e464c571c2216b66c 100644 (file)
@@ -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}
This page took 0.020063 seconds and 4 git commands to generate.