GNOME Bugzilla – Bug 652999
building against GTK3 with x11 and broadway backend enabled fails
Last modified: 2011-12-17 15:51:41 UTC
While building devhelp, the command pkg-config --variable=targets gtk+-3.0 is used to identify the target platform. If GTK3 (version 3.1.2) is built with x11 AND broadway support, then this replies with x11 broadway which in turn does not match with what devhelp requires to identify a proper target.
commit 2abd066eefffd71e4b75316f719f2b2c172969fd Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sun Jul 3 14:29:38 2011 +0100 build: Fix smclient configuration when building against GTK+ with Broadway Closes: bgo#652999 configure.in | 41 ++++++++++++++++++++++++++++++----------- 1 files changed, 30 insertions(+), 11 deletions(-)
Argh, sorry, wrong bug report.
Created attachment 191228 [details] [review] build: Fix detection of GDK backend in case of multiple backends The GDK backend detection routine only worked in the case where GTK+ is built for one and only one backend.
Comment on attachment 191228 [details] [review] build: Fix detection of GDK backend in case of multiple backends Great; thanks Vincent.
Can this bug be closed?
Vincent's patch hasn't been pushed. In an attempt to fix bug 638748, this commit was pushed though: http://git.gnome.org/browse/devhelp/commit/acinclude.m4?id=5dbfaa6d092a9301601dfaab25838ff20ad1aa19
It has now been pushed.