Hey,<br><br>We have 2 libraries, named Eina and Evas. Eina is some kind of data types lib. Evas depends on Eina. Hence, Eina is "public". Its types are used in the API and we have, for example, in Evas.h (the public header)<br>
<br>#include <Eina.h><br><br>The .pc file of Eina is named eina-0.pc<br><br>My question is:<br><br>should I put eina-0 in the Requirements field, or in the Requirements.private field ?<br><br>thank you<br><br>Vincent Torri<br>