diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-10 17:02:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-10 20:06:10 -0400 |
commit | 7f1f1c09cec3dbc20b88000e538ecbd2e4fea345 (patch) | |
tree | d8a1608c0bcd81cd2fca78b4235da108a3eb58cc /gail-3.0.pc.in | |
parent | 37b62be29639e9d603d65573384eeb0eeb505fb1 (diff) | |
download | gtk+-7f1f1c09cec3dbc20b88000e538ecbd2e4fea345.tar.gz |
Make gail parallel-installable too
Move libgail-util to libgail-util-3.0, and gail.pc to gail-3.0.pc
Diffstat (limited to 'gail-3.0.pc.in')
-rw-r--r-- | gail-3.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gail-3.0.pc.in b/gail-3.0.pc.in new file mode 100644 index 0000000000..5b42e83e11 --- /dev/null +++ b/gail-3.0.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Gail +Description: GNOME Accessibility Implementation Library +Version: @VERSION@ +Requires: atk gtk+-3.0 +Libs: -L${libdir} -lgailutil-3.0 +Cflags: -I${includedir}/gail-3.0 |