All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/pixman: Specify riscv dependency
@ 2025-04-11  1:08 Charlie Jenkins
  2025-04-19 20:39 ` Thomas Petazzoni via buildroot
  2025-05-02 11:02 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Charlie Jenkins @ 2025-04-11  1:08 UTC (permalink / raw)
  To: buildroot; +Cc: Charlie Jenkins

riscv Pixman depends on COMPAT_HWCAP_ISA_V which is available in Linux
6.4+, so make Pixman dependent on headers that are at least 6.4.

Signed-off-by: Charlie Jenkins <charlie@rivosinc.com>
---
 package/pixman/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/pixman/Config.in b/package/pixman/Config.in
index aa2a68f6257ccc30f7daa9f1d8a4e93ba366101b..a10c19c673c4e7d778167f8c0c11475e74fc1943 100644
--- a/package/pixman/Config.in
+++ b/package/pixman/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PIXMAN
 	bool "pixman"
+	depends on !BR2_riscv || BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_4
 	help
 	  Cairo pixel manager
 

---
base-commit: f2b14baf2576b54cca43e6f2aebbb4a19fae3bd9
change-id: 20250410-pixman_riscv_dependency-00d2cca17b88
-- 
- Charlie

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-05-02 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-11  1:08 [Buildroot] [PATCH] package/pixman: Specify riscv dependency Charlie Jenkins
2025-04-19 20:39 ` Thomas Petazzoni via buildroot
2025-05-02 11:02 ` Arnout Vandecappelle via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.