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 639168 - fix build with gdk multi-backend
fix build with gdk multi-backend
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: 2011-01-10 18:56 UTC by Matthias Clasen
Modified: 2011-01-11 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (486 bytes, patch)
2011-01-10 18:56 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Matthias Clasen 2011-01-10 18:56:08 UTC
Created attachment 177959 [details] [review]
patch

gtk no longer has a target variable in its pc file, it is 'targets' now.

Here is a stupid patch that will work until we meet actual multi-backend gdk in the wild.
Comment 1 Philip Withnall 2011-01-10 21:09:20 UTC
Should the variable on line 166 of configure.in also be changed?

(In reply to comment #0)
> Here is a stupid patch that will work until we meet actual multi-backend gdk in
> the wild.

What'll happen/change then?

Please commit once you've made a change (or not) to line 166. Thanks.