]> Dogcows Code - chaz/openbox/blobdiff - render/obrender-3.0.pc.in
move focus_cycle_indicator into its own file
[chaz/openbox] / render / obrender-3.0.pc.in
index 11a9177b26189db3aaf5fd70edd3449b03bf1d08..81c37218572abaa8e205e0143afc0e6f0b974085 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: 
-Libs: -L${libdir} -lobrender
-Cflags: -I${includedir}/openbox/@OB_VERSION@
+Requires: obparser-3.4 glib-2.0 xft pangoxft
+Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs}
+Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags}
This page took 0.021431 seconds and 4 git commands to generate.