]> Dogcows Code - chaz/openbox/blobdiff - render/obrender-3.0.pc.in
Fix a minor issue with lastdesktop right after startup.
[chaz/openbox] / render / obrender-3.0.pc.in
index 11a9177b26189db3aaf5fd70edd3449b03bf1d08..ebb17ef3aa1b319cd29f272a55ec42fd43a48b6d 100644 (file)
@@ -3,9 +3,12 @@ exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
 
+xcflags=@X_CFLAGS@
+xlibs=@X_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}
+Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}
This page took 0.02479 seconds and 4 git commands to generate.