diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-10-05 15:28:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-10-07 10:34:50 -0400 |
commit | 4cce6104a49be7186b5b2c822f8cd27d565e8eb0 (patch) | |
tree | 375e02268b153ef55bd9473b6557796f4a662645 /gail-4.0.pc.in | |
parent | eeffde368f2e563c998971df590e69dda2c19c33 (diff) | |
download | gtk+-4cce6104a49be7186b5b2c822f8cd27d565e8eb0.tar.gz |
Rename pc files from 3.0 to 4.0
Diffstat (limited to 'gail-4.0.pc.in')
-rw-r--r-- | gail-4.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gail-4.0.pc.in b/gail-4.0.pc.in new file mode 100644 index 0000000000..e60f430242 --- /dev/null +++ b/gail-4.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+-4.0 +Libs: -L${libdir} -lgailutil-4 +Cflags: -I${includedir}/gail-4.0 |