diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-21 22:55:27 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-21 22:55:27 +0000 |
commit | e8cc56a59f892d97cd100d0c0b5099d66ab69e94 (patch) | |
tree | 5bb95ee7052722667af86e106c4408ab3ad4d8fb /Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in | |
parent | beef34c2a32f00110da451933cf75ca0ac9a86f2 (diff) |
harfbuzz 0.9.14
git-svn-id: svn://tug.org/texlive/trunk@29461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in')
-rw-r--r-- | Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in b/Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in new file mode 100644 index 00000000000..e92319e156c --- /dev/null +++ b/Build/source/libs/harfbuzz/harfbuzz-0.9.14/harfbuzz.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: harfbuzz +Description: Text shaping library +Version: @VERSION@ + +Libs: -L${libdir} -lharfbuzz +Cflags: -I${includedir}/harfbuzz |