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 679461 - Clean up pkg-config checks
Clean up pkg-config checks
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-07-05 16:18 UTC by Bastien Nocera
Modified: 2012-07-13 12:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bastien Nocera 2012-07-05 16:18:42 UTC
totem-video-thumbnailer shouldn't depend on clutter and totem-audio-preview shouldn't link to GTK+ or X.
Comment 1 Bastien Nocera 2012-07-13 12:15:11 UTC
commit de7fca7706bab4a1f6c9eaf2c23b7371839a5ffa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 13 11:52:18 2012 +0100

    build: Fix pkg-config usage
    
    We shouldn't be concatenating outputs from pkg-config, it ends up
    listing libraries twice and making a mess.
    
    This commit also cleans up the dependencies for the thumbnailer,
    audio preview and nautilus tabs, as they don't need clutter for
    example.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679461