Re: [Synfig-devl] [PATCH] synfig.pc: include all use libraries in devel package

2015-06-22 Thread Konstantin Dmitriev
2015-06-22 21:25 GMT+06:00 Olaf Hering : > If synfigstudio.spec has just "BuildRequires: pkgconfig(synfig)" some > required libs will not be installed. In my case "pkgconfig(Magick++)". > As a result linking failed. > > Put more libs into CONFIG_DEPS to automatically install them if > synfig-devel

[Synfig-devl] [PATCH] synfig.pc: include all use libraries in devel package

2015-06-22 Thread Olaf Hering
If synfigstudio.spec has just "BuildRequires: pkgconfig(synfig)" some required libs will not be installed. In my case "pkgconfig(Magick++)". As a result linking failed. Put more libs into CONFIG_DEPS to automatically install them if synfig-devel is installed. Signed-off-by: Olaf Hering --- Not