Skip to content

Commit a4ef75a

Browse files
mcrhawinterz
authored andcommitted
misc: Add icalvcard library into the libical.pc file
It had been missing in the list of the used libraries.
1 parent 8b26c0f commit a4ef75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libical.pc.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ includedir=@includedir@
99
Name: libical
1010
Description: @CMAKE_PROJECT_DESCRIPTION@
1111
Version: @CMAKE_PROJECT_VERSION@
12-
Libs: -L${libdir} -lical -licalss -licalvcal
12+
Libs: -L${libdir} -lical -licalss -licalvcal -licalvcard
1313
Libs.private: @PTHREAD_LIBS@
1414
@REQUIRES_PRIVATE_ICU@
1515
Cflags: -I${includedir}

0 commit comments

Comments
 (0)