From a783495a127b7d4cc1a4abae25aba658b38110b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 4 Jan 2016 00:35:53 +0000 Subject: Build with NetSurf core buildsystem --- libutf8proc.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libutf8proc.pc.in (limited to 'libutf8proc.pc.in') diff --git a/libutf8proc.pc.in b/libutf8proc.pc.in new file mode 100644 index 0000000..f4645c0 --- /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} -- cgit v1.2.3