From 76bd1649d265f47ec47c47e67ac25f4b0256f672 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 12 Oct 2007 04:48:50 +0000 Subject: [PATCH] Don't require m17n-shell. --- m17n-flt.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m17n-flt.pc.in b/m17n-flt.pc.in index d40848e..e6ceeb8 100644 --- a/m17n-flt.pc.in +++ b/m17n-flt.pc.in @@ -7,6 +7,6 @@ version=@PACKAGE_VERSION@ Name: m17n-flt Description: FLT API suport of the m17n library. Version: ${version} -Requires: m17n-core = ${version}, m17n-shell = ${version} -Libs: -L${libdir} -lm17n-core -lm17n -lm17n-flt +Requires: m17n-core = ${version} +Libs: -L${libdir} -lm17n-core -lm17n-flt Cflags: -I${includedir} -- 1.7.10.4