After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 602579 - Vinagre uses dbus-glib and X11 but doesn't link to them
Vinagre uses dbus-glib and X11 but doesn't link to them
Status: RESOLVED FIXED
Product: vinagre
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: vinagre-maint
vinagre-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-21 15:40 UTC by Emilio Pozuelo Monfort
Modified: 2010-01-27 12:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check for x11 and dbus-glib-1 to directly link against them (723 bytes, patch)
2009-11-21 15:46 UTC, Emilio Pozuelo Monfort
committed Details | Review

Description Emilio Pozuelo Monfort 2009-11-21 15:40:57 UTC
Hi,

Vinagre should directly link against X11 and dbus-glib since it uses them (see e.g. vinagre-utils.c for X11 and vinagre-tubes-manager.c for dbus-glib.

See http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking
Comment 1 Emilio Pozuelo Monfort 2009-11-21 15:46:10 UTC
Created attachment 148230 [details] [review]
Check for x11 and dbus-glib-1 to directly link against them
Comment 2 Jonh Wendell 2010-01-27 12:26:30 UTC
Review of attachment 148230 [details] [review]:

Thanks, patch committed.