summaryrefslogtreecommitdiff
path: root/render/obrender-3.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'render/obrender-3.0.pc.in')
-rw-r--r--render/obrender-3.0.pc.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/render/obrender-3.0.pc.in b/render/obrender-3.0.pc.in
new file mode 100644
index 00000000..81c37218
--- /dev/null
+++ b/render/obrender-3.0.pc.in
@@ -0,0 +1,17 @@
+prefix=@prefix@
+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.4 glib-2.0 xft pangoxft
+Libs: -L${libdir} -lobrender ${xlibs} ${pangolibs}
+Cflags: -I${includedir}/openbox/@OB_VERSION@ ${xcflags} ${pangocflags}