--variable=prefix returns nothing

Vincent Torri vincent.torri at gmail.com
Fri Jun 25 14:20:51 PDT 2010


On Fri, Jun 25, 2010 at 2:48 AM, Peter Johansson <trojkan at gmail.com> wrote:

> Hi Vincent,
>
>
> On 6/23/10 5:13 PM, Vincent Torri wrote:
>
>>
>>
>>
>> prefix=/usr/local
>> exec_prefix=${prefix}
>> libdir=${exec_prefix}/lib
>> includedir=${prefix}/include
>> datarootdir=${prefix}/share
>> datadir=${datarootdir}/edje
>>
>> Name: edje
>> Description: Enlightened graphical design and layout engine.
>> Requires.private: ecore-imf-evas ecore-imf lua embryo ecore evas eet
>> eina-0�
>> Version: 0.9.9.49791
>> Libs: -L${libdir} -ledje
>> Libs.private:
>> Cflags: -I${includedir}
>>
>>
>>  I pasted the content above into /usr/local/lib/pkgconfig/edje.pc
>
> When I issue
>
> pkg-config --variable=prefix edje
>
> I get
>
> /usr/local
>
> so it seems to work as expected.
>
> I use pkg-config version 0.25 built via macport.
>
> There is a strange character after the '0' in 'eina-0'. I don't know if
> that comes from the email client, or if it's supposed to be there, or if it
> could possible influence your issue here.
>

It's not from the email client. It is in all the .pc files we have, not only
edje.pc. They are generated by configure. So maybe it is doing nasty things
(which would not be surprising...)

Vincent Torri
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pkg-config/attachments/20100625/99eddf76/attachment.html>


More information about the pkg-config mailing list