[Buildroot] [PATCH 2/3] libgtk3: gdk-wayland backend depends on libX11

Vicente Olivert Riera Vincent.Riera at imgtec.com
Tue Mar 14 16:39:04 UTC 2017


Hi Thomas,

On 14/03/17 16:22, Thomas Petazzoni wrote:
> Hello,
> 
> On Tue, 14 Mar 2017 11:46:27 +0000, Vicente Olivert Riera wrote:
> 
>>  config BR2_PACKAGE_LIBGTK3_WAYLAND
>>  	bool "Wayland GDK backend"
>>  	default y
>>  	depends on BR2_PACKAGE_HAS_LIBEGL_WAYLAND
>>  	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17
>> +	depends on BR2_PACKAGE_XLIB_LIBX11
> 
> This feels weird. Isn't the point of the Wayland backend specifically
> to be used with Wayland, and therefore not to depend on anything X.org
> related?
> 
> Isn't this a bug in Gtk, rather than something we should fix with an
> additional dependency?

maybe the gdk-wayland backend is necessary to run gtk3 apps on a Wayland
display server, but it still needs some libX11 bits because the support
is not complete. Just guessing :P

Vincent

> 
> Thomas
> 



More information about the buildroot mailing list