From f31b1c98fbaff9f34ac8f21082524e29b825c3ec Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 30 May 2011 18:17:56 +0200 Subject: libical: add missing dependencies Signed-off-by: Michael Olbrich --- rules/libical.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rules/libical.in b/rules/libical.in index cf1e302f9..adc9abaa1 100644 --- a/rules/libical.in +++ b/rules/libical.in @@ -2,6 +2,10 @@ menuconfig LIBICAL tristate + select LIBC_PTHREAD + select LIBC_M if LIBICAL_CXX + select GCCLIBS_CXX if LIBICAL_CXX + select GCCLIBS_GCC_S if LIBICAL_CXX prompt "libical" help libical is an open source reference implementation of the icalendar data -- cgit v1.2.3