summaryrefslogtreecommitdiff
path: root/libical.pc.in
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-09-26 15:52:38 -0400
committerAllen Winter <allen.winter@kdab.com>2014-09-26 15:52:38 -0400
commit30200162af6608634e03cde8ce12db3b448c40a2 (patch)
treeaf30aef7e6870860fb9524031d264540b6fbdeb0 /libical.pc.in
parent3c13a34c712793823ee2536d8990879d768cf73a (diff)
downloadlibical-git-30200162af6608634e03cde8ce12db3b448c40a2.tar.gz
remove more occurrences of libicu, because not used in this branch
Diffstat (limited to 'libical.pc.in')
-rw-r--r--libical.pc.in5
1 files changed, 2 insertions, 3 deletions
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}