diff --git a/other/pkgconfig/toxcore.pc.in b/other/pkgconfig/toxcore.pc.in index 72fe00cf..55b3b10a 100644 --- a/other/pkgconfig/toxcore.pc.in +++ b/other/pkgconfig/toxcore.pc.in @@ -4,7 +4,8 @@ includedir=${prefix}/include Name: toxcore Description: Tox protocol library -Requires: @toxcore_PKGCONFIG_REQUIRES@ +Requires.private: @toxcore_PKGCONFIG_REQUIRES@ Version: @PROJECT_VERSION@ -Libs: -L${libdir} -ltoxcore @toxcore_PKGCONFIG_LIBS@ +Libs: -L${libdir} -ltoxcore +Libs.private: @toxcore_PKGCONFIG_LIBS@ Cflags: -I${includedir}