From: Dana Jansens Date: Sun, 12 Oct 2003 20:30:38 +0000 (+0000) Subject: cooler method X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=637ba6cf5c4d1dbcb4b9f855d5b6aac357426c9f;p=chaz%2Fopenbox cooler method --- diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in index a28d9ebc..12fc7012 100644 --- a/render/obrender-3.0.pc.in +++ b/render/obrender-3.0.pc.in @@ -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: obparser-3.0 glib-2.0 xft -Libs: -L${libdir} -lobrender -Cflags: -I${includedir}/openbox/@OB_VERSION@ +Libs: -L${libdir} -lobrender ${xlibs} +Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags}