From patchwork Tue Mar 29 13:12:46 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 602898 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 3qZB624r0Tz9sBf for ; Wed, 30 Mar 2016 00:12:58 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=rSRqYbrq; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EEC038B22F; Tue, 29 Mar 2016 13:12:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id W7HdPA6MSht5; Tue, 29 Mar 2016 13:12:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 16DC08B1C6; Tue, 29 Mar 2016 13:12:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B188E1BF848 for ; Tue, 29 Mar 2016 13:12:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id ABA088C33F for ; Tue, 29 Mar 2016 13:12:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Jj80+2Y9DJ4J for ; Tue, 29 Mar 2016 13:12:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 06F2489524 for ; Tue, 29 Mar 2016 13:12:54 +0000 (UTC) Received: from asgard (cpe-186-22-138-122.telecentro-reversos.com.ar [186.22.138.122] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u2TDClF0027812 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 29 Mar 2016 13:12:50 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1459257172; bh=9ZWMBIpxly1nHIbr2El0IU0OR4lAcKIeHQoCVGLDt1Q=; h=From:To:Cc:Subject:Date; b=rSRqYbrqdDr0D9mcmjdh3w2neKr8/x0bj/rtIR4Agu+rDHXZkDmoorGFliqdQlSWO 5raf+v7nbHpikOwjQJ4B9dYTa/qBPPwkVpOV7NfqM8JMfAqxeg5yaeZz9ewYYpSYtq 9pUTpsm3wHbY0gWQVCfh+byqdWN6R+XX9M5GDPzs= Received: by asgard (sSMTP sendmail emulation); Tue, 29 Mar 2016 10:12:46 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 29 Mar 2016 10:12:46 -0300 Message-Id: <1459257166-21672-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] libgtk3: wayland backend requires headers >= 3.17 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" As pointed by Thomas, fixes: http://autobuild.buildroot.org/results/473/473fb2f416311ee8a8a8719e3fb3689d9226f451/ Signed-off-by: Gustavo Zacarias --- package/libgtk3/Config.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in index 77ea394..39105ac 100644 --- a/package/libgtk3/Config.in +++ b/package/libgtk3/Config.in @@ -58,13 +58,15 @@ config BR2_PACKAGE_LIBGTK3_BROADWAY Then open a web browser at address http://192.168.0.1:8080. Javascript and web sockets should be enabled. -comment "Wayland GDK backend needs an OpenGL EGL backend provided by mesa3d" - depends on !BR2_PACKAGE_MESA3D_OPENGL_EGL +comment "Wayland GDK backend needs an OpenGL EGL backend provided by mesa3d w/ headers >= 3.17" + depends on !BR2_PACKAGE_MESA3D_OPENGL_EGL || \ + !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 config BR2_PACKAGE_LIBGTK3_WAYLAND bool "Wayland GDK backend" default y depends on BR2_PACKAGE_MESA3D_OPENGL_EGL + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_17 select BR2_PACKAGE_WAYLAND select BR2_PACKAGE_WAYLAND_PROTOCOLS select BR2_PACKAGE_LIBXKBCOMMON