From 30200162af6608634e03cde8ce12db3b448c40a2 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Fri, 26 Sep 2014 15:52:38 -0400 Subject: remove more occurrences of libicu, because not used in this branch --- libical.pc.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libical.pc.in') diff --git a/libical.pc.in b/libical.pc.in index eaeeba12..6ca4c7c8 100644 --- a/libical.pc.in +++ b/libical.pc.in @@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ threadslib=@PTHREAD_LIBS@ -iculib=@ICU_LIBRARIES@ @ICU_I18N_LIBRARIES@ - + Name: libical Description: An implementation of basic iCAL protocols Version: @VERSION@ -Libs: -L${libdir} -lical -licalss -licalvcal ${threadslib} ${iculib} +Libs: -L${libdir} -lical -licalss -licalvcal ${threadslib} Cflags: -I${includedir} -- cgit v1.2.1