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 709212 - Configure fails if I don't have wayland dependency
Configure fails if I don't have wayland dependency
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-01 17:08 UTC by Xavier Claessens
Modified: 2013-10-07 15:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier Claessens 2013-10-01 17:08:38 UTC
By default a simple "./autogen.sh" on linux (ubuntu here) will fail if libwayland is not there, or with older version:

Requested 'wayland-client >= 1.2.0' but version of Wayland Client is 1.1.0

If I pass --enable-wayland-backend=no then it fails because X11 is not enabled by default: error: No GDK backends selected.

So I have to pass explicitly --enable-x11-backend

I think the configure script should be smart enough to enable all backends for which I have the required dependency, and fail only if none of the backends can be built. Right?
Comment 1 Xavier Claessens 2013-10-07 15:10:15 UTC
Can we backport the fix to 3.10 ?