[Wayland-bugs] [Bug 708012] Wayland dependency inaccurate

gtk+ (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 16 22:52:08 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=708012
  gtk+ | wayland | 3.9.x

Milan Crha <mcrha> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |

--- Comment #3 from Milan Crha <mcrha at redhat.com> 2013-09-17 05:52:05 UTC ---
I updated gtk+ to commit 6aa5697.

   $ ./configure --prefix=....

   GDK backends:         x11 wayland

but because of insufficient version check on wayland version (about which this
bug is) I run configure with disabled wayland:
   $ ./configure --prefix=... --disable-wayland-backend

   ...
   checking for nm... /usr/bin/nm -B
   checking for some Win32 platform... no
   configure: error: No GDK backends selected.

thus I'm forced to:
   $ ./configure --prefix=/build/test-cli --disable-wayland-backend
--enable-x11-backend

   GDK backends:         x11

Anyway, this bug isn't about configure options, it is, as summary says, about
insufficient version request on the wayland libraries.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Wayland-bugs mailing list