projects
/
m17n
/
libotf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bca970
)
New file.
author
handa
<handa>
Wed, 19 Jul 2006 05:17:27 +0000
(
05:17
+0000)
committer
handa
<handa>
Wed, 19 Jul 2006 05:17:27 +0000
(
05:17
+0000)
libotf.pc.in
[new file with mode: 0644]
patch
|
blob
diff --git a/libotf.pc.in
b/libotf.pc.in
new file mode 100644
(file)
index 0000000..
7db0986
--- /dev/null
+++ b/
libotf.pc.in
@@ -0,0
+1,11
@@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: libotf
+Description: OpenType font library
+Version: @PACKAGE_VERSION@
+Requires: freetype2
+Libs: @FREETYPE_LD_FLAGS@ -L${libdir} -lotf
+Cflags: @FREETYPE_INC@ -I${includedir}