On Tue, 2013-01-29 at 23:33 -0300, Sasa Ostrouska wrote:
> By looking into the thing I saw that they use pkg-config --libs in the
> configure script and not pkg-config --modversion
> to determine the version of evolution-data-server-1.2.

        Hi,
I see in configure.ac or evolution-mapi only this:

   PKG_CHECK_MODULES(EVOLUTION_DATA_SERVER, evolution-data-server-$EDS_PACKAGE 
>= eds_minimum_version)

thus I guess this was translated to the code you found by the autotools,
where can lye the issue, because the evolution-data-server-1.2.pc
doesn't provide anything useful (no Libs, nor Cflags), thus I guess it
can safely die and only the sublibraries can  be used directly, which
they are already anyway. Just a thought.

> root@slack14:/home/sasa/DEVELOPMENT/DROPLINE_GNOME/DBS/dbs-trunk#
> pkg-config --libs evolution-data-server-1.2
> Empty package name in Requires or Conflicts in file
> '/usr/lib64/pkgconfig/evolution-data-server-1.2.pc'

This returns for me:
   -lgio-2.0 -lssl3 -lsmime3 -lnss3 -lgobject-2.0 -lglib-2.0 -lnssutil3
   -lplds4 -lplc4 -lnspr4 -lpthread -ldl

        Bye,
        Milan

_______________________________________________
evolution-hackers mailing list
evolution-hackers@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to