Timo Aaltonen pushed to branch debian-experimental at X Strike Force / lib / mesa
Commits:
-
90eeadf4
by Jianfeng Liu at 2025-06-21T22:30:00+08:00
1 changed file:
Changes:
... | ... | @@ -89,7 +89,7 @@ else |
89 | 89 | endif
|
90 | 90 | |
91 | 91 | # Build intel drivers on archs where libdrm-intel is installed
|
92 | - ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32))
|
|
92 | + ifneq (,$(filter $(DEB_HOST_ARCH), amd64 i386 x32 loong64))
|
|
93 | 93 | GALLIUM_DRIVERS += crocus i915 iris svga
|
94 | 94 | VULKAN_DRIVERS += intel intel_hasvk
|
95 | 95 | # svga needs xa state tracker
|