Re: [SSSD] [PATCH] build: add missing Requires to pkgconfig file

2014-01-07 Thread Jakub Hrozek
On Fri, Dec 20, 2013 at 01:20:31PM +0100, Jakub Hrozek wrote: > On Thu, Dec 19, 2013 at 07:42:36PM +0100, Jan Engelhardt wrote: > > ini_comment.h uses simplebuffer.h, therefore must Require > > basicobjects which provides that. Similarly, ini_valueobj.h uses > > ref_array.h and must therefore Requi

Re: [SSSD] [PATCH] build: add missing Requires to pkgconfig file

2013-12-20 Thread Jakub Hrozek
On Thu, Dec 19, 2013 at 07:42:36PM +0100, Jan Engelhardt wrote: > 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,

[SSSD] [PATCH] build: add missing Requires to pkgconfig file

2013-12-19 Thread Jan Engelhardt
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