--variable=prefix returns nothing
Peter Johansson
trojkan at gmail.com
Thu Jun 24 17:48:23 PDT 2010
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.
Thanks,
Peter
More information about the pkg-config
mailing list