summaryrefslogtreecommitdiff
path: root/libutf8proc.pc.in
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-23 18:19:20 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-23 18:19:20 +0100
commit282f8e43de41a586a126dac07fec36f50b78c60f (patch)
tree305cf088a688c48ec388155ab47477aa5936a1d9 /libutf8proc.pc.in
parent97ef668b312b96382714dbb8eaac4affce0816e6 (diff)
downloadlibutf8proc-282f8e43de41a586a126dac07fec36f50b78c60f.tar.gz
libutf8proc-282f8e43de41a586a126dac07fec36f50b78c60f.tar.bz2
Build with core netsurf buildsystemrelease/2.2.0-1
Diffstat (limited to 'libutf8proc.pc.in')
-rw-r--r--libutf8proc.pc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/libutf8proc.pc.in b/libutf8proc.pc.in
new file mode 100644
index 0000000..be03a5a
--- /dev/null
+++ b/libutf8proc.pc.in
@@ -0,0 +1,10 @@
+prefix=PREFIX
+exec_prefix=${prefix}
+libdir=${exec_prefix}/LIBDIR
+includedir=${prefix}/INCLUDEDIR
+
+Name: libutf8proc
+Description: UTF8 processing
+Version: VERSION
+Libs: -L${libdir} -lutf8proc
+Cflags: -I${includedir} -DUTF8PROC_EXPORTS