aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox.pc.in')
-rw-r--r--matchbox.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/matchbox.pc.in b/matchbox.pc.in
new file mode 100644
index 0000000..273af79
--- /dev/null
+++ b/matchbox.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/matchbox-@MBWM_API_VERSION@/matchbox
+localedir=@localedir@
+apiversion=@MBWM_API_VERSION@
+requires=@MBWM_PKGREQUIRES@
+
+Name: Matchbox
+Description: Framework to build window and composite managers.
+Requires: ${requires}
+Version: @VERSION@
+Libs: -L${libdir} -lmatchbox-${apiversion}
+Cflags: -I${includedir}