[Bug 40008] New: Detect telepathy-glib in right directory
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Aug 11 14:52:35 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=40008
Summary: Detect telepathy-glib in right directory
Product: Telepathy
Version: git master
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-qt4
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: stefw at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
If PKG_CONFIG_PATH is set (such as during jhbuild) telepathy-glib is detected
in the alternate directory, but the libraries and include files are then used
from the system directories.
example:
$ pkg-config telepathy-glib --modversion
0.14.9
$ PKG_CONFIG_PATH=~/build/telepathy/lib64/pkgconfig pkg-config telepathy-glib
--modversion
0.15.4.1
$ cd ~/projects/telepathy-qt4
$ PKG_CONFIG_PATH=~/build/telepathy/lib64/pkgconfig cmake .
<snip>
-- checking for module 'telepathy-glib>=0.15.1'
-- found telepathy-glib, version 0.15.4.1
-- Found TelepathyGlib: /usr/lib64/libtelepathy-glib.so
<snip>
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list