From 0b17e2b77e41c668afcc52aff853ac95c0a98a0e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Dec 2013 12:03:31 +0100 Subject: [PATCH] build: add missing Requires to pkgconfig file Status: acked-upstream ini_comment.h uses simplebuffer.h, therefore must Require basicobjects which provides that. Similarly, ini_valueobj.h uses ref_array.h and must therefore Require ref_array. --- ini/ini_config.pc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ini/ini_config.pc.in b/ini/ini_config.pc.in index 600d39a..66af169 100644 --- a/ini/ini_config.pc.in +++ b/ini/ini_config.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: ini_config Description: Library to process config files in INI format into a libcollection data structure Version: @INI_CONFIG_VERSION@ -Libs: -L${libdir} -lini_config -lcollection +Requires: basicobjects ref_array collection +Libs: -L${libdir} -lini_config Cflags: -I${includedir} URL: http://fedorahosted.org/sssd/ -- 1.8.4