projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568744d
)
cooler method
author
Dana Jansens
<danakj@orodu.net>
Sun, 12 Oct 2003 20:30:38 +0000
(20:30 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 12 Oct 2003 20:30:38 +0000
(20:30 +0000)
render/obrender-3.0.pc.in
patch
|
blob
|
history
diff --git
a/render/obrender-3.0.pc.in
b/render/obrender-3.0.pc.in
index a28d9ebc712011e2cc50cf6b0bb1ed0cefa7cdca..12fc70125a52e1233877c9b846fe23bb9acbdfef 100644
(file)
--- 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}