New file.
authorhanda <handa>
Wed, 19 Jul 2006 05:17:27 +0000 (05:17 +0000)
committerhanda <handa>
Wed, 19 Jul 2006 05:17:27 +0000 (05:17 +0000)
libotf.pc.in [new file with mode: 0644]

diff --git a/libotf.pc.in b/libotf.pc.in
new file mode 100644 (file)
index 0000000..7db0986
--- /dev/null
@@ -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}