From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5F717C3DA6E for ; Fri, 5 Jan 2024 10:52:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 0ED89421B6; Fri, 5 Jan 2024 10:52:39 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 0ED89421B6 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f5PhxH1gfnkC; Fri, 5 Jan 2024 10:52:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 7799742190; Fri, 5 Jan 2024 10:52:37 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 7799742190 Received: from smtp3.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 2068B1BF378 for ; Fri, 5 Jan 2024 10:52:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp3.osuosl.org (Postfix) with ESMTP id ED41E61039 for ; Fri, 5 Jan 2024 10:52:28 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org ED41E61039 X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp3.osuosl.org ([127.0.0.1]) by localhost (smtp3.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qpDBT9swi3ca for ; Fri, 5 Jan 2024 10:52:28 +0000 (UTC) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by smtp3.osuosl.org (Postfix) with ESMTPS id E172F60FE9 for ; Fri, 5 Jan 2024 10:52:27 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org E172F60FE9 Received: by mail.gandi.net (Postfix) with ESMTPSA id 44C4D1BF205; Fri, 5 Jan 2024 10:52:26 +0000 (UTC) Received: from peko by dell.be.48ers.dk with local (Exim 4.96) (envelope-from ) id 1rLhoP-005ick-2U; Fri, 05 Jan 2024 11:52:25 +0100 From: Peter Korsgaard To: buildroot@buildroot.org References: <20231211164530.1914335-1-peter@korsgaard.com> Date: Fri, 05 Jan 2024 11:52:25 +0100 In-Reply-To: <20231211164530.1914335-1-peter@korsgaard.com> (Peter Korsgaard's message of "Mon, 11 Dec 2023 17:45:29 +0100") Message-ID: <871qaw3vdi.fsf@48ers.dk> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-GND-Sasl: peter@korsgaard.com Subject: Re: [Buildroot] [PATCH] package/xwayland: libdrm is required, not optional X-BeenThere: buildroot@buildroot.org 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: Raphael Pavlidis Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" >>>>> "Peter" == Peter Korsgaard writes: > Fixes: > http://autobuild.buildroot.net/results/476/47665d417dbae76bf27e805a5bcb1d8d6ab1f445/ > xwayland unconditionally includes xf86drm.h, so libdrm is required and not > optional: > grep -rs xf86drm.h > glamor/glamor_egl.c:#include > hw/xwayland/xwayland-glamor.h:#include > hw/xwayland/xwayland-glamor-eglstream.c:#include > hw/xwayland/xwayland-window.h:#include > hw/xwayland/xwayland-drm-lease.c:#include > hw/xwayland/xwayland-glamor-gbm.c:#include > Signed-off-by: Peter Korsgaard Committed to 2023.02.x and 2023.11.x, thanks. -- Bye, Peter Korsgaard _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot