From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/
Date: Sun, 21 Mar 2021 19:13:55 +0000 (UTC) [thread overview]
Message-ID: <1616353988.49f82205aa01627c9b8941f95c24c42b7a8adc45.soap@gentoo> (raw)
commit: 49f82205aa01627c9b8941f95c24c42b7a8adc45
Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com>
AuthorDate: Sun Mar 21 19:13:08 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <sudinave <AT> gmail.com>
Signed-off-by: David Seifert <soap <AT> 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
next reply other threads:[~2021-03-21 19:13 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-21 19:13 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-17 14:44 [gentoo-commits] repo/gentoo:master commit in: gui-libs/egl-wayland/ David Seifert
2021-04-17 14:44 David Seifert
2021-04-17 14:44 David Seifert
2021-05-18 19:01 David Seifert
2021-06-18 17:05 Ionen Wolkens
2021-06-23 2:24 Ionen Wolkens
2021-07-20 1:23 Ionen Wolkens
2021-07-20 1:23 Ionen Wolkens
2021-09-03 23:34 Ionen Wolkens
2021-10-14 23:34 Ionen Wolkens
2021-12-14 15:56 Ionen Wolkens
2021-12-14 15:56 Ionen Wolkens
2021-12-21 0:59 Ionen Wolkens
2021-12-27 0:05 Ionen Wolkens
2021-12-28 17:10 Ionen Wolkens
2022-02-14 0:48 Sam James
2022-02-14 0:48 Sam James
2022-06-12 15:51 Ionen Wolkens
2022-06-28 17:26 Ionen Wolkens
2022-08-07 13:59 Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-08-11 11:35 Ionen Wolkens
2022-09-01 6:47 Ionen Wolkens
2022-09-02 19:07 Ionen Wolkens
2022-09-02 19:07 Ionen Wolkens
2022-09-09 7:21 Ionen Wolkens
2023-03-02 18:05 Ionen Wolkens
2023-03-09 20:13 Ionen Wolkens
2023-04-11 11:43 Ionen Wolkens
2023-04-22 6:53 Ionen Wolkens
2023-04-22 6:53 Ionen Wolkens
2023-06-03 5:21 Ionen Wolkens
2023-06-03 5:21 Ionen Wolkens
2023-06-08 12:45 Arthur Zamarin
2023-07-28 18:45 Ionen Wolkens
2023-08-06 4:32 Ionen Wolkens
2023-10-18 19:47 Ionen Wolkens
2023-10-18 19:47 Ionen Wolkens
2023-11-13 4:04 Ionen Wolkens
2023-11-15 19:28 Ionen Wolkens
2024-03-20 7:17 Ionen Wolkens
2024-07-18 16:44 Ionen Wolkens
2024-07-23 15:15 Ionen Wolkens
2024-07-29 16:17 Ionen Wolkens
2024-08-02 15:59 Ionen Wolkens
2024-08-09 22:34 Ionen Wolkens
2024-08-23 5:13 Ionen Wolkens
2024-09-03 12:31 Ionen Wolkens
2024-10-03 5:23 Ionen Wolkens
2024-10-22 15:11 Ionen Wolkens
2024-10-23 9:08 Ionen Wolkens
2024-10-23 9:33 Ionen Wolkens
2024-11-10 18:01 Ionen Wolkens
2024-12-05 16:10 Ionen Wolkens
2024-12-05 16:10 Ionen Wolkens
2024-12-09 21:47 Ionen Wolkens
2024-12-09 21:47 Ionen Wolkens
2025-02-27 17:11 Ionen Wolkens
2025-03-04 15:22 Ionen Wolkens
2025-03-13 6:45 Ionen Wolkens
2025-03-13 6:45 Ionen Wolkens
2025-04-22 17:06 Ionen Wolkens
2025-04-25 0:41 Ionen Wolkens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1616353988.49f82205aa01627c9b8941f95c24c42b7a8adc45.soap@gentoo \
--to=soap@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox