From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4EF901382C5 for ; Sun, 21 Mar 2021 19:13:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92C99E0849; Sun, 21 Mar 2021 19:13:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79E4BE0849 for ; Sun, 21 Mar 2021 19:13:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3733D335D5E for ; Sun, 21 Mar 2021 19:13:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0F295B4 for ; Sun, 21 Mar 2021 19:13:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616353988.49f82205aa01627c9b8941f95c24c42b7a8adc45.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild X-VCS-Directories: gui-libs/egl-wayland/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 49f82205aa01627c9b8941f95c24c42b7a8adc45 X-VCS-Branch: master Date: Sun, 21 Mar 2021 19:13:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c37806bb-84ab-4fc1-b380-fedf680ac93c X-Archives-Hash: e6f8fedf2d518b7e10dd1f05bb00dc32 commit: 49f82205aa01627c9b8941f95c24c42b7a8adc45 Author: Ionen Wolkens gmail com> AuthorDate: Sun Mar 21 19:13:08 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 21 19:13:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f82205 gui-libs/egl-wayland: allow building without xlib headers Closes: https://github.com/gentoo/gentoo/pull/20043 Closes: https://bugs.gentoo.org/777558 Signed-off-by: Ionen Wolkens gmail.com> Signed-off-by: David Seifert gentoo.org> gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild index c853264cb3d..931329d094c 100644 --- a/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild +++ b/gui-libs/egl-wayland/egl-wayland-1.1.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit meson +inherit flag-o-matic meson DESCRIPTION="EGLStream-based Wayland external platform (for NVIDIA)" HOMEPAGE="https://github.com/NVIDIA/egl-wayland" @@ -26,6 +26,13 @@ PATCHES=( "${FILESDIR}"/${P}-remove-werror.patch ) +src_configure() { + # EGLStream is not intended for X11, always build without (bug #777558) + append-cppflags -DEGL_NO_X11 + + meson_src_configure +} + src_install() { meson_src_install