aboutsummaryrefslogtreecommitdiffstats
path: root/testing/utf8proc/utf8proc.pc
diff options
context:
space:
mode:
Diffstat (limited to 'testing/utf8proc/utf8proc.pc')
-rw-r--r--testing/utf8proc/utf8proc.pc11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/utf8proc/utf8proc.pc b/testing/utf8proc/utf8proc.pc
deleted file mode 100644
index 5349c7a2c0..0000000000
--- a/testing/utf8proc/utf8proc.pc
+++ /dev/null
@@ -1,11 +0,0 @@
-prefix=/usr
-exec_prefix=${prefix}
-includedir=${prefix}/include
-libdir=${exec_prefix}/lib
-
-Name: utf8proc
-Version: @VERSION@
-Description: A clean C library for processing UTF-8 Unicode data
-URL: https://github.com/JuliaLang/utf8proc
-Cflags: -I${includedir}
-Libs: -L${libdir} -lutf8proc