From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 3/4] mesalib: add SGI-B-2.0 license when GLX is enabled
Date: Thu, 23 Jan 2025 11:11:40 +0100 [thread overview]
Message-ID: <20250123101141.3047977-3-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20250123101141.3047977-1-p.zabel@pengutronix.de>
The GLX DRI code in src/glx is SGI-B-2.0 licensed.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/mesalib.make | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/rules/mesalib.make b/rules/mesalib.make
index 9fdb3b518b47..cf283ec19104 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -23,10 +23,14 @@ MESALIB_URL := \
MESALIB_SOURCE := $(SRCDIR)/$(MESALIB).$(MESALIB_SUFFIX)
MESALIB_DIR := $(BUILDDIR)/$(MESALIB)
MESALIB_LICENSE := MIT AND BSL-1.0
+ifdef PTXCONF_MESALIB_GLX
+MESALIB_LICENSE += AND SGI-B-2.0
+endif
MESALIB_LICENSE_FILES := \
file://docs/license.rst;md5=ffe678546d4337b732cfd12262e6af11 \
file://licenses/BSL-1.0;md5=4610c5f00caa47872489c3943d1bacc8 \
- file://licenses/MIT;md5=e8f57dd048e186199433be2c41bd3d6d
+ file://licenses/MIT;md5=e8f57dd048e186199433be2c41bd3d6d \
+ file://licenses/SGI-B-2.0;md5=efe792cf56e83c7aa8470e553faf333f
# ----------------------------------------------------------------------------
# Prepare
--
2.39.5
next prev parent reply other threads:[~2025-01-23 10:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-23 10:11 [ptxdist] [PATCH 1/4] mesalib: version bump 24.3.3 -> 24.3.4 Philipp Zabel
2025-01-23 10:11 ` [ptxdist] [PATCH 2/4] mesalib: add BSL-1.0 license for C11 threads.h emulation library Philipp Zabel
2025-01-27 8:35 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-01-23 10:11 ` Philipp Zabel [this message]
2025-01-27 8:35 ` [ptxdist] [APPLIED] mesalib: add SGI-B-2.0 license when GLX is enabled Michael Olbrich
2025-01-23 10:11 ` [ptxdist] [PATCH 4/4] mesalib: add Apache-2.0 license when Vulkan screenshot layer " Philipp Zabel
2025-01-27 8:35 ` [ptxdist] [APPLIED] " Michael Olbrich
2025-01-27 8:35 ` [ptxdist] [APPLIED] mesalib: version bump 24.3.3 -> 24.3.4 Michael Olbrich
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=20250123101141.3047977-3-p.zabel@pengutronix.de \
--to=p.zabel@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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