Files
Arch-R/packages/graphics
Matthias Reichl 3e60f458d4 mesa: fix logic error in glvnd selection
Commit 9d2001f14e ("Add Generic-gl device") introduced a subtle error
in the glvnd enablement logic that lead to the Generic-Legacy image
being built without glvnd which breaks nvidia support.

Unlike most programming languages "||" and "&&" have the same precedence
in shell and "A || B && C" get evaluated as "(A || B) && C" instead of
the intended "A || (B && C)".

Fix this by moving the "AND not-X11" check into the "GL" test and
adjust formatting to make the intention clear.

Signed-off-by: Matthias Reichl <hias@horus.com>
2025-05-21 17:52:55 +02:00
..
2024-09-03 14:40:55 +00:00
2025-03-09 05:02:43 +00:00
2025-02-24 02:23:40 +00:00
2024-07-06 12:30:05 +00:00
2024-02-19 10:44:22 +00:00
2021-01-19 19:33:55 +00:00
2024-12-15 07:49:51 +00:00
2023-01-24 10:47:49 +00:00
2025-04-05 08:28:15 +03:00
2025-05-14 06:25:01 +00:00
2025-03-27 11:37:51 +00:00
2021-10-17 12:17:33 +02:00
2024-08-01 11:53:51 +02:00
2025-05-05 02:01:14 +00:00
2024-12-05 03:04:31 +00:00
2024-08-01 11:53:51 +02:00
2025-04-28 03:17:34 +00:00
2025-05-01 07:53:07 +00:00
2025-04-16 08:54:50 +00:00
2025-05-20 13:54:06 +00:00
2025-03-17 03:28:47 +00:00
2024-11-08 12:28:39 +00:00
2025-05-10 07:52:56 +00:00