mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Fabian Pflug <f.pflug@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Fabian Pflug <f.pflug@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] mesalib: compile imagination driver
Date: Wed, 24 Jun 2026 15:03:46 +0200	[thread overview]
Message-ID: <20260624130430.483680-2-f.pflug@pengutronix.de> (raw)
In-Reply-To: <20260624130430.483680-1-f.pflug@pengutronix.de>

Fix error in imagination vulkan driver support, as it is not conditional
with x86, but can also be used in other architectures.

Signed-off-by: Fabian Pflug <f.pflug@pengutronix.de>
---
 rules/mesalib.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/mesalib.make b/rules/mesalib.make
index 0ecbb29ec..57df24d8e 100644
--- a/rules/mesalib.make
+++ b/rules/mesalib.make
@@ -143,8 +143,8 @@ ifdef PTXCONF_ARCH_X86
 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_AMD)		+= amd
 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL)		+= intel
 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_INTEL_HASVK)	+= intel_hasvk
-MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION)	+= imagination
 endif
+MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_IMAGINATION)	+= imagination
 ifdef PTXCONF_ARCH_ARM_NEON
 MESALIB_VULKAN_DRIVERS-$(PTXCONF_MESALIB_VULKAN_BROADCOM)	+= broadcom
 endif
-- 
2.47.3




      reply	other threads:[~2026-06-24 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-24 13:03 [ptxdist] [PATCH 1/2] weston: add mesalib dependency Fabian Pflug
2026-06-24 13:03 ` Fabian Pflug [this message]

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=20260624130430.483680-2-f.pflug@pengutronix.de \
    --to=f.pflug@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