From patchwork Sun Aug 2 12:10:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 1339911 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BKKc52GKJz9sR4 for ; Sun, 2 Aug 2020 22:10:59 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9F5DB87FE3; Sun, 2 Aug 2020 12:10:56 +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 nJ7dXi9GoQy1; Sun, 2 Aug 2020 12:10:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0583D87FA4; Sun, 2 Aug 2020 12:10:56 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 65BE21BF40A for ; Sun, 2 Aug 2020 12:10:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5AB1785F32 for ; Sun, 2 Aug 2020 12:10:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ETYcmHGyJyA for ; Sun, 2 Aug 2020 12:10:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout08.t-online.de (mailout08.t-online.de [194.25.134.20]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 0D83985F08 for ; Sun, 2 Aug 2020 12:10:53 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout08.t-online.de (Postfix) with SMTP id 90E1C41109B5; Sun, 2 Aug 2020 14:10:49 +0200 (CEST) Received: from fli4l.lan.fli4l (r3bMC0Zcwh2AWtFGm9e6zw7wUS0TZMu5DdZDi7OtZGSi2z0AIw4aej83DNiQkvFQ-d@[79.214.192.177]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1k2Cp3-2xHN320; Sun, 2 Aug 2020 14:10:37 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:42520) by fli4l.lan.fli4l with esmtp (Exim 4.92.3) (envelope-from ) id 1k2Cp3-00070O-1X; Sun, 02 Aug 2020 14:10:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 2 Aug 2020 14:10:37 +0200 Message-Id: <20200802121037.1200692-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 X-ID: r3bMC0Zcwh2AWtFGm9e6zw7wUS0TZMu5DdZDi7OtZGSi2z0AIw4aej83DNiQkvFQ-d X-TOI-EXPURGATEID: 150726::1596370237-00000BB4-EC1CD4A0/0/0 CLEAN NORMAL X-TOI-MSGID: 89a5bb1d-7626-4254-97cc-711fb5d0bd43 Subject: [Buildroot] [PATCH 1/1] package/mesa3d: xvmc needs x11 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Romain Naour Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is a follow-up patch to https://git.buildroot.net/buildroot/commit/package/mesa3d?id=e79ee3b0f91aa3eb1b20d86701a195e3bd9a26d3 to make sure that MESA3D_PLATFORMS contains x11 needed by xvmc: https://cgit.freedesktop.org/mesa/mesa/tree/meson.build?h=20.1#n510 Fixes http://autobuild.buildroot.net/results/dae/dae41e30d2ac69b768ec0a5b795a2e559c35bcd3/ Signed-off-by: Bernd Kuhls --- package/mesa3d/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/mesa3d/Config.in b/package/mesa3d/Config.in index 11d04b7a3f..a12ed641a6 100644 --- a/package/mesa3d/Config.in +++ b/package/mesa3d/Config.in @@ -320,6 +320,7 @@ config BR2_PACKAGE_MESA3D_XVMC depends on BR2_PACKAGE_XORG7 depends on BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_NOUVEAU \ || BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_R600 + select BR2_PACKAGE_MESA3D_NEEDS_X11 select BR2_PACKAGE_XLIB_LIBXV select BR2_PACKAGE_XLIB_LIBXVMC help