summaryrefslogtreecommitdiff
path: root/atspi-2.pc.in
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2011-03-21 11:44:46 -0700
committerMike Gorse <mgorse@novell.com>2011-03-21 11:52:35 -0700
commite587b52e725d27443ee94c5d932441aaf302bc00 (patch)
treec5bb6e7e03cdfc1c4a80e57f8b7ce915dd6d0860 /atspi-2.pc.in
parent7a1f33497791b9dc04ee5d181fbe353a9064d8d7 (diff)
downloadat-spi2-core-e587b52e725d27443ee94c5d932441aaf302bc00.tar.gz
Bump version, remove dbus-glib dependency, and add pc file
Add in a modified version of dbus-gmain.c so that we can stop dependeing on dbus-glib and include a currently unreviewed fix for FDO#35115. Also add a pc file and bump version to 1.91.92.
Diffstat (limited to 'atspi-2.pc.in')
-rw-r--r--atspi-2.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/atspi-2.pc.in b/atspi-2.pc.in
new file mode 100644
index 00000000..334abecb
--- /dev/null
+++ b/atspi-2.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: atspi
+Description: Accessibility Technology software library
+Requires: dbus-1
+Version: @VERSION@
+Libs: -L${libdir} -latspi
+Cflags: -I${includedir}/at-spi-2.0