diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-09-10 12:05:01 +0300 |
---|---|---|
committer | John Kehayias <john.kehayias@protonmail.com> | 2024-11-05 11:56:38 -0500 |
commit | e13f4b10c5875ea4d2e174b82c5ae10985d6dfb4 (patch) | |
tree | f589e32a3afd755c3d8ae2d206cad36fa757db35 /gnu/packages/python-xyz.scm | |
parent | 138273c4e81018c7318ba7bc6dbc5224c3c07828 (diff) |
gnu: mesa: Fix build on arm architectures.
* gnu/packages/gl.scm (mesa)[inputs]: When building for an arm platform
add python-pycparser.
[arguments]: When building for aarch64 or armhf don't add kmsro as a
gallium driver.
* gnu/packages/python-xyz.scm (python-pycparser): Mark as a dependency
for mesa.
Change-Id: I61182157418a6667fcbb0d4280c959a708119b0d
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 7ebe94716a..5083473c08 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -10987,6 +10987,7 @@ data, and scientific formats.") a multithreaded image-processing system with low memory needs.") (license license:expat))) +;; WARNING: This package is a dependency of mesa. (define-public python-pycparser (package (name "python-pycparser") |